summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-16 01:28:57 +0000
committerWez Furlong <wez@php.net>2002-03-16 01:28:57 +0000
commit09213d7bf88d0f947d7e89fa1af91e43edd36bb7 (patch)
treeb000df5886d216533bf2a999197a3d71670acbe7 /ext/hyperwave/hw.c
parenta1667db82da02610d26d05278601a0d381ee4f6d (diff)
downloadphp-git-09213d7bf88d0f947d7e89fa1af91e43edd36bb7.tar.gz
change * formatting
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r--ext/hyperwave/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index cc2991dab8..006a8f2209 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -2868,7 +2868,7 @@ PHP_FUNCTION(hw_new_document_from_file)
int issock=0;
int socketd=0;
FILE *fp;
- php_stream * stream;
+ php_stream *stream;
int ready=0;
int bcount=0;
int use_include_path=0;