diff --git a/modules/access/vcd/cdrom.c b/modules/access/vcd/cdrom.c index 679146f1ae159b18b15eb6f8283f23fc1c3e990b..0639aeb7345c1fa422856c81f90ea285951ac449 100644 --- a/modules/access/vcd/cdrom.c +++ b/modules/access/vcd/cdrom.c @@ -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 ) {