Commit 23804bd3 authored by Antoine Cellerier's avatar Antoine Cellerier

* asx.c: remove tab

parent c22020b7
......@@ -515,7 +515,7 @@ static int Demux( demux_t *p_demux )
input_ItemCopyOptions( p_current->p_input, p_entry );
while( i_options )
{
psz_name = ppsz_options[--i_options];
psz_name = ppsz_options[--i_options];
FREENULL(psz_name);
}
......
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