From 15ae74d3bafc8b359bff02d6a9489c585f027ebe Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 28 Jul 2001 14:01:24 +0000 Subject: Fix typo --- sapi/apache/php_apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache/php_apache.c') diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 5666092c38..dc746cc5c7 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -123,7 +123,7 @@ zend_module_entry apache_module_entry = { Get and set Apache request notes */ PHP_FUNCTION(apache_child_terminate) { -#ifndef MULTITREAD +#ifndef MULTITHREAD if (AP(terminate_child)) { ap_child_terminate( ((request_rec *)SG(server_context)) ); } else { /* tell them to get lost! */ -- cgit v1.2.1