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

@ -1508,7 +1508,7 @@ PHP_FUNCTION(error_log)
PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC)
{
php_stream * stream = NULL;
php_stream *stream = NULL;
switch (opt_err) {