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_disabled_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_disabled_functions.c') diff --git a/src/sp_disabled_functions.c b/src/sp_disabled_functions.c index 4ddb4af..758978c 100644 --- a/src/sp_disabled_functions.c +++ b/src/sp_disabled_functions.c @@ -3,7 +3,7 @@ #include "zend_execute.h" #include "zend_hash.h" -ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus); +ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) static zend_always_inline char* get_complete_function_path( zend_execute_data const* const execute_data) { -- cgit v1.3