From 6932eb76e3631e5e8e12e1545d152a3b8567297c Mon Sep 17 00:00:00 2001 From: krakjoe Date: Mon, 25 Nov 2013 18:39:27 +0000 Subject: correction in help --- phpdbg_bp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'phpdbg_bp.c') diff --git a/phpdbg_bp.c b/phpdbg_bp.c index de9b90d6db..afd0be0d00 100644 --- a/phpdbg_bp.c +++ b/phpdbg_bp.c @@ -66,7 +66,6 @@ PHPDBG_API void phpdbg_export_breakpoints(FILE *handle TSRMLS_DC) /* {{{ */ phpdbg_notice( "Exporting file breakpoints in %s (%d)", brake->filename, count); - fprintf(handle, "# Breakpoints in %s (%d)\n", brake->filename, count); do { fprintf(handle, "break file %s:%lu\n", brake->filename, brake->line); } while ((brake = zend_llist_get_next_ex(brakes, &lposition))); -- cgit v1.2.1