From ac5063468ae3fac6616ff929454641da050a9ec7 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 10 Nov 2013 14:49:52 +0000 Subject: [PATCH] ... --- phpdbg_prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 326aa442a0..f61f8d408f 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -148,7 +148,7 @@ static PHPDBG_COMMAND(print) { /* {{{ */ printf("Variables\t%d\n", PHPDBG_G(ops)->last_var-1); } else printf("Variables\tNone\n"); } - printf("Executing\t:%s\n", EG(in_execution) ? "yes" : "no"); + printf("Executing\t%s\n", EG(in_execution) ? "yes" : "no"); if (EG(in_execution)) { printf("VM Return\t%d\n", PHPDBG_G(vmret)); } -- 2.50.1