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 ) ...@@ -314,7 +314,7 @@ static bool NumInRange( const char *psz_range, int i_num )
psz++; psz++;
i_stop = strtol( psz, &end, 0 ); i_stop = strtol( psz, &end, 0 );
if( end == psz ) if( end == psz )
i_stop = i_num i_stop = i_num;
} }
else else
i_stop = i_start; 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