summaryrefslogtreecommitdiff
path: root/phpdbg_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_info.c')
-rw-r--r--phpdbg_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpdbg_info.c b/phpdbg_info.c
index 25909deca5..1744f59215 100644
--- a/phpdbg_info.c
+++ b/phpdbg_info.c
@@ -223,7 +223,7 @@ PHPDBG_INFO(literal) /* {{{ */
literal++;
}
} else {
- phpdbg_error("Not executing !");
+ phpdbg_error("Not executing!");
}
return SUCCESS;
@@ -244,7 +244,7 @@ PHPDBG_INFO(memory) /* {{{ */
phpdbg_writeln("|-------> Real:\t%.3f kB",
(float) (zend_memory_peak_usage(1 TSRMLS_CC)/1024));
} else {
- phpdbg_error("Memory Manager Disabled !");
+ phpdbg_error("Memory Manager Disabled!");
}
return SUCCESS;
} /* }}} */