From 6b3b14e8ddb86e7f5051c95911ff7d6ca1f7ce11 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Tue, 12 Nov 2013 16:13:14 +0000 Subject: [PATCH] ... --- phpdbg.h | 2 +- phpdbg_help.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/phpdbg.h b/phpdbg.h index f76e8377ac..af4a76f384 100644 --- a/phpdbg.h +++ b/phpdbg.h @@ -112,6 +112,6 @@ ZEND_END_MODULE_GLOBALS(phpdbg) ((PHPDBG_G(flags) & PHPDBG_IS_COLOURED) ? "\033[1;64mphpdbg>\033[0m " : "phpdbg> ") #define PHPDBG_SEP_LINE(TSRMLS_D) do {\ printf("%s--------------------------------------%s\n", PHPDBG_BOLD_LINE(TSRMLS_C), PHPDBG_END_LINE(TSRMLS_C));\ - } while(0) /* }}} */ + } while(0) /* }}} */ #endif /* PHPDBG_H */ diff --git a/phpdbg_help.c b/phpdbg_help.c index 476996535f..8f8da951aa 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -89,7 +89,6 @@ PHPDBG_HELP(eval) /* {{{ */ PHPDBG_HELP(break) /* {{{ */ { printf("Setting a breakpoint stops execution at a specific stage.\n"); - printf("\n"); printf("For example:\n"); printf("\t%sbreak test.php:1\n", PHPDBG_PROMPT_LINE(TSRMLS_C)); printf("Will break execution on line 1 of test.php\n"); -- 2.50.1