summaryrefslogtreecommitdiff
path: root/ext/gd/gd.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/gd/gd.c
parenta1667db82da02610d26d05278601a0d381ee4f6d (diff)
downloadphp-git-09213d7bf88d0f947d7e89fa1af91e43edd36bb7.tar.gz
change * formatting
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();