summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-06-22 17:33:22 +0200
committerJohannes Schlüter <johannes@php.net>2012-06-22 17:33:22 +0200
commit5e23a047acf7b27fff20381d460fcd699731e9a5 (patch)
tree52c37f399d35b99db5e3abfb1e4a0dfb1c063092 /ext/odbc
parent4af92aca872d7463b671c037f9d3b782e22a7c9c (diff)
parenta62d4e2c43a41a2864e9b38836170e2d4f34033f (diff)
downloadphp-git-5e23a047acf7b27fff20381d460fcd699731e9a5.tar.gz
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: Remove extra ;
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/php_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c
index e98d863be9..52d46b2fd0 100644
--- a/ext/odbc/php_odbc.c
+++ b/ext/odbc/php_odbc.c
@@ -387,7 +387,7 @@ const zend_function_entry odbc_functions[] = {
};
/* }}} */
-ZEND_DECLARE_MODULE_GLOBALS(odbc);
+ZEND_DECLARE_MODULE_GLOBALS(odbc)
static PHP_GINIT_FUNCTION(odbc);
/* {{{ odbc_module_entry