Commit:    78418cc38c822cc915f23d6d3ffcd185daf29418
Author:    krakjoe <joe.watk...@live.co.uk>         Tue, 12 Nov 2013 06:04:32 
+0000
Parents:   4112330bb5ba4e1a18191c7586a3567638b44a54
Branches:  PHP-5.6

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

Log:
...

Changed paths:
  M  phpdbg.png
  M  phpdbg_prompt.c


Diff:
diff --git a/phpdbg.png b/phpdbg.png
index 403652b..829bbba 100644
Binary files a/phpdbg.png and b/phpdbg.png differ
diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c
index 40db309..72d9023 100644
--- a/phpdbg_prompt.c
+++ b/phpdbg_prompt.c
@@ -491,7 +491,7 @@ static PHPDBG_COMMAND(help) /* {{{ */
                printf("To get help regarding a specific command type \"help 
command\"\n");
 
                printf(
-                   "%sCommands:%s\n", 
+                   "%sCommands%s\n", 
                    PHPDBG_BOLD_LINE(TSRMLS_C), PHPDBG_END_LINE(TSRMLS_C));
                    
                while (prompt_command && prompt_command->name) {


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

Reply via email to