From e8c0d1a35ac0b0f5c6b72740f25107b01ac13008 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 13 Oct 2017 14:38:30 +0200 Subject: Fix some pedantic warnings --- src/sp_execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_execute.c') diff --git a/src/sp_execute.c b/src/sp_execute.c index c8f7acf..bfe73c1 100644 --- a/src/sp_execute.c +++ b/src/sp_execute.c @@ -3,7 +3,7 @@ #include #include -ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus); +ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) static void (*orig_execute_ex)(zend_execute_data *execute_data); static int (*orig_zend_stream_open)(const char *filename, -- cgit v1.3