diff options
author | Thies C. Arntzen <thies@php.net> | 2000-06-19 12:56:30 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-06-19 12:56:30 +0000 |
commit | f8c0f7688145b88b33c2a875a6f3dd02e57c892c (patch) | |
tree | d1b9697fec98b815eb072266701bc7d394e62c8c /ext/mysql/php_mysql.h | |
parent | 8c9e222689931bccd4d529f5c49a335d2aee1ca9 (diff) | |
download | php-git-f8c0f7688145b88b33c2a875a6f3dd02e57c892c.tar.gz |
kill warinig
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r-- | ext/mysql/php_mysql.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |