]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Sun, 19 Jul 2009 15:02:02 +0000 (15:02 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 19 Jul 2009 15:02:02 +0000 (15:02 +0000)
ext/zip/lib/zip_open.c

index 4b219556c8538ec3e1c501dc34c409764f601d99..dbab6ec4afc8ba86ae13aafdb146a981d414f750 100644 (file)
@@ -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: