From: Thies C. Arntzen Date: Mon, 19 Jun 2000 12:56:30 +0000 (+0000) Subject: kill warinig X-Git-Tag: php-4.0.1RC~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8c0f7688145b88b33c2a875a6f3dd02e57c892c;p=php kill warinig --- diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h index 1a9f0a3d74..42de8debb8 100644 --- a/ext/mysql/php_mysql.h +++ b/ext/mysql/php_mysql.h @@ -83,7 +83,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mysql) long default_port; char *default_host, *default_user, *default_password; char *default_socket; -ZEND_END_MODULE_GLOBALS(mysql); +ZEND_END_MODULE_GLOBALS(mysql) #ifdef ZTS # define MySLS_D zend_mysql_globals *mysql_globals