diff options
author | Johannes Schlüter <johannes@php.net> | 2012-06-22 17:32:46 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-06-22 17:32:46 +0200 |
commit | a62d4e2c43a41a2864e9b38836170e2d4f34033f (patch) | |
tree | c4808b028e6a452613cf2abb616e1f7ece9def72 /ext/pdo_mysql/pdo_mysql.c | |
parent | b8e946b02eac53f46cbfc8eefb5c91fb5b075c9d (diff) | |
download | php-git-a62d4e2c43a41a2864e9b38836170e2d4f34033f.tar.gz |
Remove extra ;
Diffstat (limited to 'ext/pdo_mysql/pdo_mysql.c')
-rwxr-xr-x | ext/pdo_mysql/pdo_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c index 36bbf9d6e4..e8e215fa39 100755 --- a/ext/pdo_mysql/pdo_mysql.c +++ b/ext/pdo_mysql/pdo_mysql.c @@ -35,7 +35,7 @@ ZEND_GET_MODULE(pdo_mysql) #endif -ZEND_DECLARE_MODULE_GLOBALS(pdo_mysql); +ZEND_DECLARE_MODULE_GLOBALS(pdo_mysql) /* The default socket location is sometimes defined by configure. |