Commit 8cbf9eca authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent d31fa07d
......@@ -1530,7 +1530,7 @@ char * stream_ReadLine( stream_t *s )
if( s->i_char_width > 1 )
{
size_t i_in = 0, i_out = 0;
char * p_in = NULL;
const char * p_in = NULL;
char * p_out = NULL;
char * psz_new_line = NULL;
......
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