moriyoshi               Tue Feb 22 00:07:38 2005 EDT

  Modified files:              
    /php-src/main       SAPI.c 
  Log:
  - Silly typo.
  
  
http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.195&r2=1.196&ty=u
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.195 php-src/main/SAPI.c:1.196
--- php-src/main/SAPI.c:1.195   Mon Feb 21 16:00:04 2005
+++ php-src/main/SAPI.c Tue Feb 22 00:07:37 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.c,v 1.195 2005/02/21 21:00:04 sniper Exp $ */
+/* $Id: SAPI.c,v 1.196 2005/02/22 05:07:37 moriyoshi Exp $ */
 
 #include <ctype.h>
 #include <sys/stat.h>
@@ -94,7 +94,7 @@
 SAPI_API void sapi_shutdown(void)
 {
 #ifdef ZTS
-       ts_free_id(&sapi_globals_id);
+       ts_free_id(sapi_globals_id);
 #else
        sapi_globals_dtor(&sapi_globals);
 #endif

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to