Clearer switch code in extractor.

This commit is contained in:
Themaister 2013-01-24 07:35:52 +01:00
parent e4e71f333c
commit 32f45b2f27

View File

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