change * formatting

This commit is contained in:
Wez Furlong 2002-03-16 01:28:57 +00:00
parent a1667db82d
commit 09213d7bf8
11 changed files with 45 additions and 45 deletions

View file

@ -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;