(file_extract) Nit

This commit is contained in:
twinaphex 2013-01-22 01:43:43 +01:00
parent 5f4813238a
commit 0c4b54a756

View File

@ -170,7 +170,6 @@ 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
default:
GOTO_END_ERROR();
}