summaryrefslogtreecommitdiff
path: root/ext/ming
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/ming
parenta1667db82da02610d26d05278601a0d381ee4f6d (diff)
downloadphp-git-09213d7bf88d0f947d7e89fa1af91e43edd36bb7.tar.gz
change * formatting
Diffstat (limited to 'ext/ming')
-rw-r--r--ext/ming/ming.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ming/ming.c b/ext/ming/ming.c
index 46d0168c46..6bbc93d1dd 100644
--- a/ext/ming/ming.c
+++ b/ext/ming/ming.c
@@ -230,7 +230,7 @@ static SWFInput newSWFInput_sock(int socket)
static SWFInput getInput(zval **zfile TSRMLS_DC)
{
FILE *file;
- void * what;
+ void *what;
int type;
SWFInput input;
@@ -1604,7 +1604,7 @@ PHP_FUNCTION(swfmovie_save)
{
zval **x;
long retval;
- php_stream * stream;
+ php_stream *stream;
if((ZEND_NUM_ARGS() != 1) || zend_get_parameters_ex(1, &x) == FAILURE)
WRONG_PARAM_COUNT;