summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r--ext/gd/gd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 2bdeb0b6d4..c839bfe267 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -441,7 +441,7 @@ PHP_FUNCTION(imageloadfont)
int hdr_size = sizeof(gdFont) - sizeof(char *);
int ind, body_size, n=0, b, i, body_size_check;
gdFontPtr font;
- php_stream * stream;
+ php_stream *stream;
if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &file) == FAILURE) {
ZEND_WRONG_PARAM_COUNT();
@@ -1133,7 +1133,7 @@ static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type,
zval **file, **srcx, **srcy, **width, **height;
gdImagePtr im = NULL;
char *fn=NULL;
- php_stream * stream;
+ php_stream *stream;
FILE * fp = NULL;
int argc=ZEND_NUM_ARGS();