From 09213d7bf88d0f947d7e89fa1af91e43edd36bb7 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 16 Mar 2002 01:28:57 +0000 Subject: change * formatting --- ext/recode/recode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/recode/recode.c') 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; -- cgit v1.2.1