From 7ad2213278935179cabe76d059dea8fa25013b3a Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Thu, 13 Jul 2000 18:27:10 +0000 Subject: Forgotten to change. --- ext/zlib/zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 6f3424b707..d62a994e29 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -679,7 +679,7 @@ PHP_FUNCTION(gzcompress) } /* }}} */ -/* {{{ proto string gzuncompress(string data ,int length) +/* {{{ proto string gzuncompress(string data, int length) Unzip a gzip-compressed string */ PHP_FUNCTION(gzuncompress) { -- cgit v1.2.1