Commit:    19c16083a71be15638828b60c2e9bce697fa13cc
Author:    Felipe Pena <felipe...@gmail.com>         Sat, 9 Nov 2013 23:38:17 
-0200
Parents:   612d6b258243968db00a79eab2876a4eaa94aa86
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=19c16083a71be15638828b60c2e9bce697fa13cc

Log:
- WS change

Changed paths:
  M  phpdbg_prompt.c


Diff:
diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c
index 475cbc3..73a18eb 100644
--- a/phpdbg_prompt.c
+++ b/phpdbg_prompt.c
@@ -58,7 +58,7 @@ void phpdbg_iteractive(int argc, char **argv) /* {{{ */
 
        printf("phpdbg> ");
 
-    while (fgets(cmd, PHPDBG_MAX_CMD, stdin) != NULL) {
+       while (fgets(cmd, PHPDBG_MAX_CMD, stdin) != NULL) {
                size_t cmd_len = strlen(cmd) - 1;
 
                if (cmd[cmd_len] == '\n') {


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

Reply via email to