From: Felipe Pena Date: Sun, 10 Nov 2013 01:38:17 +0000 (-0200) Subject: - WS change X-Git-Tag: php-5.6.0alpha1~110^2~553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19c16083a71be15638828b60c2e9bce697fa13cc;p=php - WS change --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 475cbc38e6..73a18eb818 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') {