]> granicus.if.org Git - php/commitdiff
fix build
authorHannes Magnusson <bjori@php.net>
Wed, 6 Sep 2006 19:50:22 +0000 (19:50 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 6 Sep 2006 19:50:22 +0000 (19:50 +0000)
ext/zip/php_zip.c

index e1337dcbe3c3e109a5c5359948e6c7319fa6c1a9..f0a51d156d1ca861510711da3967af1a7bbde06c 100644 (file)
@@ -1286,7 +1286,7 @@ ZIPARCHIVE_METHOD(setCommentIndex)
 {
        struct zip *intern;
        zval *this = getThis();
-       long index
+       long index;
        int comment_len;
        char * comment;
        struct zip_stat sb;