From: Felipe Pena Date: Sun, 10 Nov 2013 15:12:09 +0000 (-0200) Subject: Merge branch 'master' of github.com:krakjoe/phpdbg X-Git-Tag: php-5.6.0alpha1~110^2~539^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6d573cd895847e42010f55a2e0211a6bd566f1e;p=php Merge branch 'master' of github.com:krakjoe/phpdbg --- a6d573cd895847e42010f55a2e0211a6bd566f1e diff --cc phpdbg_prompt.c index 9ab38ae096,f61f8d408f..05cf32242a --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@@ -112,10 -112,10 +112,10 @@@ static PHPDBG_COMMAND(run) { /* {{{ * printf("Caught excetion in VM\n"); return FAILURE; } zend_end_try(); - + return SUCCESS; } else { - printf("Nothing to execute !"); + printf("Nothing to execute !\n"); return FAILURE; } } /* }}} */