diff options
Diffstat (limited to 'ext/hyperwave')
-rw-r--r-- | ext/hyperwave/hw.c | 2 |
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; |