diff options
Diffstat (limited to 'ext/ming/ming.c')
-rw-r--r-- | ext/ming/ming.c | 4 |
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; |