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

Cosmeticissimism

parent c3543a6f
......@@ -290,7 +290,7 @@ static int Open( vlc_object_t *p_this )
if( p_sys->iconvHandle == (vlc_iconv_t)(-1) )
{
msg_Err( p_sd, "unable to perform characters conversion" );
return VLC_EGENERIC;
return VLC_EGENERIC;
}
p_sd->pf_run = Run;
......
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