diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-11-25 18:39:27 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-11-25 18:39:27 +0000 |
commit | 6932eb76e3631e5e8e12e1545d152a3b8567297c (patch) | |
tree | 062b977c2c85f9ce3162202224b88d82f2d42126 /phpdbg_bp.c | |
parent | 754fe822161a929ba17c8aba72029bdb6d46236e (diff) | |
download | php-git-6932eb76e3631e5e8e12e1545d152a3b8567297c.tar.gz |
correction in help
Diffstat (limited to 'phpdbg_bp.c')
-rw-r--r-- | phpdbg_bp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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))); |