diff options
author | Egon Schmid <eschmid@php.net> | 2000-07-13 18:27:10 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-07-13 18:27:10 +0000 |
commit | 7ad2213278935179cabe76d059dea8fa25013b3a (patch) | |
tree | 0e7366862f5675821de17f13213891bbff465148 | |
parent | 86dfb4c292f84593ec31a92da0698f4dfbbdb9cc (diff) | |
download | php-git-7ad2213278935179cabe76d059dea8fa25013b3a.tar.gz |
Forgotten to change.
-rw-r--r-- | ext/zlib/zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |