From bd6c9dbbcdbc2c2dabb26dbd4edc124f641ca3e5 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 19 Jul 2009 15:02:02 +0000 Subject: [PATCH] - WS --- ext/zip/lib/zip_open.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/zip/lib/zip_open.c b/ext/zip/lib/zip_open.c index 4b219556c8..dbab6ec4af 100644 --- a/ext/zip/lib/zip_open.c +++ b/ext/zip/lib/zip_open.c @@ -69,11 +69,11 @@ zip_open(const char *fn, int flags, int *zep) if (flags & ZIP_OVERWRITE) { return _zip_allocate_new(fn, zep); } - + switch (_zip_file_exists(fn, flags, zep)) { case -1: if (!(flags & ZIP_OVERWRITE)) { - return NULL; + return NULL; } case 0: -- 2.50.1