From c41ef19c3b5365cab87fa0d9d871fc5328316fd5 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 24 Nov 2013 21:07:53 +0000 Subject: [PATCH] compiler warning --- phpdbg_prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index c26446cde1..ac95e69977 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -856,7 +856,7 @@ PHPDBG_COMMAND(quit) /* {{{ */ /* don't allow this to loop, ever ... */ if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) { - phpdbg_destroy_input(&input TSRMLS_CC); + phpdbg_destroy_input((phpdbg_input_t**)&input TSRMLS_CC); PHPDBG_G(flags) |= PHPDBG_IS_QUITTING; zend_bailout(); -- 2.50.1