summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Verdy <verdy_p@php.net>1999-08-12 11:05:43 +0000
committerPhilippe Verdy <verdy_p@php.net>1999-08-12 11:05:43 +0000
commit2d3ef1b8aebf5ba1e29527ea09fb1e0486c24491 (patch)
treeb9ff2da637cbaa03b1cee58bd1a5bfb4dff21fcc
parent646db4f072c61b6ead47f61334c9eb91c92b5544 (diff)
downloadphp-git-2d3ef1b8aebf5ba1e29527ea09fb1e0486c24491.tar.gz
no return warning removed. fixed TSRM constructor prototype
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index 89e8a5b776..15fa76ac65 100644
--- a/main/main.c
+++ b/main/main.c
@@ -756,7 +756,7 @@ static void php3_config_ini_shutdown()
#ifdef ZTS
-static core_globals_ctor(php_core_globals *core_globals)
+static void core_globals_ctor(php_core_globals *core_globals)
{
if (main_core_globals) {
*core_globals = *main_core_globals;