Skip to content

Commit 5785df4

Browse files
committed
Merge branch 'master' of github.com:krakjoe/phpdbg
2 parents f704fde + 69a8403 commit 5785df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg_prompt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ static PHPDBG_COMMAND(list) /* {{{ */
513513
phpdbg_list_file(filename, count, offset TSRMLS_CC);
514514
} else {
515515
zend_function* fbc;
516-
516+
517517
if (!EG(function_table)) {
518518
printf("[No function table loaded]\n");
519519
return SUCCESS;

0 commit comments

Comments
 (0)