diff options
author | Wez Furlong <wez@php.net> | 2002-03-16 01:34:52 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-16 01:34:52 +0000 |
commit | a184f5d1d361f699bab9cc9483c815302dd61be7 (patch) | |
tree | 0b8b202954da5e94ec204c4406360817853c13c3 /ext/standard/file.h | |
parent | 09213d7bf88d0f947d7e89fa1af91e43edd36bb7 (diff) | |
download | php-git-a184f5d1d361f699bab9cc9483c815302dd61be7.tar.gz |
* formatting, plus remove some old fopen wrappers
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r-- | ext/standard/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index eee46a9de9..13185513d9 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -90,7 +90,7 @@ typedef enum _php_meta_tags_token { } php_meta_tags_token; typedef struct _php_meta_tags_data { - php_stream * stream; + php_stream *stream; int ulc; int lc; char *input_buffer; |