Skip to content
Snippets Groups Projects
Commit 3ae2fb79 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

access: vcd: clear fallthrough warning

parent 5715f6df
No related branches found
No related tags found
No related merge requests found
......@@ -828,6 +828,7 @@ static int OpenVCDImage( vlc_object_t * p_this, const char *psz_dev,
msg_Dbg( p_this, "the cue file says the data file is %s", type );
if( strcasecmp( type, "BINARY" ) )
goto error; /* Error if not binary, otherwise treat as case 1 */
/* fallthrough */
case 1:
if( p_vcddev->i_vcdimage_handle == -1 )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment