From 12d4a19fce6def29ee67eff810e9e84ee038bc8a Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 25 Nov 2002 17:21:50 +0000 Subject: [PATCH] Forgot to adjust this one --- ext/mbstring/mbstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index fab11ac8b3..695e19dfa9 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -721,7 +721,7 @@ static void _php_mb_globals_ctor(zend_mbstring_globals *pglobals TSRMLS_DC) } /* }}} */ -/* {{{ static void mbstring_globals_dtor() */ +/* {{{ static void _php_mb_globals_dtor() */ static void _php_mb_globals_dtor(zend_mbstring_globals *pglobals TSRMLS_DC) { #if HAVE_MBREGEX -- 2.50.1