From: foobar Date: Mon, 28 Jul 2003 10:44:19 +0000 (+0000) Subject: Fixed bug #24839 (missing ) X-Git-Tag: BEFORE_ARG_INFO~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=082f49a27b6b8f1ee5bcce79d836b6b8a6ceb726;p=php Fixed bug #24839 (missing ) --- diff --git a/ext/standard/credits.c b/ext/standard/credits.c index d6eb431800..f12851a177 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -107,7 +107,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) } if (flag & PHP_CREDITS_FULLPAGE) { - PUTS("\n"); + PUTS("\n"); } } /* }}} */