From 057846e45be71a79d91d9648a9f2d70d628af5e8 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 6 Mar 2012 22:48:45 +0100 Subject: [PATCH] Micronit. --- console/console_ext.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/console/console_ext.c b/console/console_ext.c index 531ff058e3..951bf58b1b 100644 --- a/console/console_ext.c +++ b/console/console_ext.c @@ -163,7 +163,7 @@ static int ssnes_extract_currentfile_in_zip(unzFile uf) break; } - if (err>0) + if (err > 0) { if (fwrite(buf, err, 1, fout) != 1) { @@ -218,4 +218,6 @@ int ssnes_extract_zipfile(const char *zip_path) return 0; } + #endif +