From 3cbb7ca234e66c173908927a15c7df35dba9b508 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Mon, 11 Apr 2016 13:34:51 +0200 Subject: syntax error. fixes #9 --- php_suhosin7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_suhosin7.h b/php_suhosin7.h index 75244fe..685de8d 100644 --- a/php_suhosin7.h +++ b/php_suhosin7.h @@ -431,7 +431,7 @@ static inline char *suhosin_get_active_function_name() { } #ifdef SUHOSIN_STRCASESTR -char *suhosin_strcasestr(char *haystack, char *needle) +char *suhosin_strcasestr(char *haystack, char *needle); #else #define suhosin_strcasestr(a, b) strcasestr(a, b) #endif -- cgit v1.3