Commit bcd40e9a authored by Rémi Duraffort's avatar Rémi Duraffort

This case can't happen so assert.

parent a62d3071
...@@ -1713,7 +1713,7 @@ static int VideoConfig( vlc_object_t *p_this, char const *psz_cmd, ...@@ -1713,7 +1713,7 @@ static int VideoConfig( vlc_object_t *p_this, char const *psz_cmd,
} }
else else
/* This case can't happend */ /* This case can't happend */
return VLC_EGENERIC; assert( 0 );
if( newval.psz_string && *newval.psz_string ) if( newval.psz_string && *newval.psz_string )
{ {
......
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