1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00
This commit is contained in:
krakjoe
2013-11-12 06:04:32 +00:00
parent 4112330bb5
commit 78418cc38c
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 131 KiB

+1 -1
View File
@@ -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) {