diff options
Diffstat (limited to 'ext/recode/recode.c')
| -rw-r--r-- | ext/recode/recode.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/recode/recode.c b/ext/recode/recode.c index 488e3b3cfd..d552d765be 100644 --- a/ext/recode/recode.c +++ b/ext/recode/recode.c @@ -163,7 +163,7 @@ PHP_FUNCTION(recode_file)  	int success;  	pval **req;  	pval **input, **output; -	php_stream * instream, *outstream; +	php_stream *instream, *outstream;  	FILE  *in_fp,  *out_fp;  	int    in_type, out_type; | 
