From: Moriyoshi Koizumi Date: Mon, 30 Dec 2002 15:04:36 +0000 (+0000) Subject: WS X-Git-Tag: PHP_4_3_before_13561_fix~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d39471b761f4e173f40db95f7e788f076bf02e17;p=php WS --- diff --git a/ext/ncurses/ncurses_functions.c b/ext/ncurses/ncurses_functions.c index 4d4b815579..8031c0a7d8 100644 --- a/ext/ncurses/ncurses_functions.c +++ b/ext/ncurses/ncurses_functions.c @@ -2075,7 +2075,7 @@ PHP_FUNCTION(ncurses_wcolor_set) RETURN_LONG(wcolor_set(*win, Z_LVAL_PP(color_pair), 0)); #else - php_error_docref(NULL TSRMLS_CC, E_WARNING,"Not supported in this build"); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported in this build"); RETURN_FALSE; #endif }