diff options
author | Wez Furlong <wez@php.net> | 2002-03-16 01:37:24 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-16 01:37:24 +0000 |
commit | bc264db92197bfcb15bbb97f01be237a32a7fb57 (patch) | |
tree | 03a63a0e712320f0665f3a53f183c7bb1596c6aa /ext/zlib/zlib.c | |
parent | a184f5d1d361f699bab9cc9483c815302dd61be7 (diff) | |
download | php-git-bc264db92197bfcb15bbb97f01be237a32a7fb57.tar.gz |
change * formatting
Diffstat (limited to 'ext/zlib/zlib.c')
-rw-r--r-- | ext/zlib/zlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 1b39fb0399..a0c54fbd81 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -252,7 +252,7 @@ PHP_MINFO_FUNCTION(zlib) */ static gzFile php_gzopen_wrapper(char *path, char *mode, int options TSRMLS_DC) { - php_stream * stream = NULL; + php_stream *stream = NULL; int fd; stream = php_stream_open_wrapper(path, mode, options | REPORT_ERRORS, NULL TSRMLS_CC); @@ -280,7 +280,7 @@ PHP_FUNCTION(gzfile) char *slashed, buf[8192]; register int i=0; int use_include_path = 0; - php_stream * stream; + php_stream *stream; /* check args */ switch (ZEND_NUM_ARGS()) { |