Commit 0cf10c27 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 7f614e92
......@@ -314,7 +314,7 @@ static bool NumInRange( const char *psz_range, int i_num )
psz++;
i_stop = strtol( psz, &end, 0 );
if( end == psz )
i_stop = i_num
i_stop = i_num;
}
else
i_stop = i_start;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment