From 873a4f11873599ab7ebd9dcc5b963bd70d2427e7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 22 Jan 2013 01:20:27 +0100 Subject: [PATCH] (file_extract) Fix warning - fall-through to avoid warning and do the same action --- file_extract.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/file_extract.c b/file_extract.c index fa22a07432..56f9f8d5bf 100644 --- a/file_extract.c +++ b/file_extract.c @@ -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(); }