diff options
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r-- | ext/standard/php_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h index 3046c8cd62..3b54fdc1c3 100644 --- a/ext/standard/php_image.h +++ b/ext/standard/php_image.h @@ -45,6 +45,6 @@ typedef enum } image_filetype; /* }}} */ -extern int php_getimagetype(php_stream * stream, char *filetype); +extern int php_getimagetype(php_stream *stream, char *filetype); #endif /* PHP_IMAGE_H */ |