From 082f49a27b6b8f1ee5bcce79d836b6b8a6ceb726 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 28 Jul 2003 10:44:19 +0000 Subject: [PATCH] Fixed bug #24839 (missing ) --- ext/standard/credits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } /* }}} */ -- 2.40.0