summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses_functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ncurses/ncurses_functions.c')
-rw-r--r--ext/ncurses/ncurses_functions.c2
1 files changed, 1 insertions, 1 deletions
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
}