(file_extract) Fix warning - fall-through to avoid warning

and do the same action
This commit is contained in:
twinaphex 2013-01-22 01:20:27 +01:00
parent 46a86f5eab
commit 873a4f1187

View File

@ -171,9 +171,6 @@ bool zlib_extract_first_rom(char *zip_path, size_t zip_path_size, const char *va
goto end;
}
else
GOTO_END_ERROR();
break;
default:
GOTO_END_ERROR();
}