From d39471b761f4e173f40db95f7e788f076bf02e17 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 30 Dec 2002 15:04:36 +0000 Subject: [PATCH] WS --- ext/ncurses/ncurses_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.50.1