moriyoshi               Mon Dec 30 10:04:37 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/ncurses   ncurses_functions.c 
  Log:
  WS
  
  
Index: php4/ext/ncurses/ncurses_functions.c
diff -u php4/ext/ncurses/ncurses_functions.c:1.26.2.5 
php4/ext/ncurses/ncurses_functions.c:1.26.2.6
--- php4/ext/ncurses/ncurses_functions.c:1.26.2.5       Mon Dec 30 10:03:27 2002
+++ php4/ext/ncurses/ncurses_functions.c        Mon Dec 30 10:04:36 2002
@@ -2075,7 +2075,7 @@
 
        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
 }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to