summaryrefslogtreecommitdiff
path: root/phpdbg_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_cmd.c')
-rw-r--r--phpdbg_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_cmd.c b/phpdbg_cmd.c
index 501d0b8bf6..c24f08d6b1 100644
--- a/phpdbg_cmd.c
+++ b/phpdbg_cmd.c
@@ -477,7 +477,7 @@ disconnect:
#ifndef HAVE_LIBREADLINE
char buf[PHPDBG_MAX_CMD];
if (!(PHPDBG_G(flags) & PHPDBG_IS_REMOTE)) {
- if (!phpdbg_write(phpdbg_get_prompt(TSRMLS_CC))) {
+ if (!phpdbg_write(phpdbg_get_prompt(TSRMLS_C))) {
goto disconnect;
}
}