]> granicus.if.org Git - php/commitdiff
fix build
authorfoobar <sniper@php.net>
Mon, 24 Jul 2006 00:00:35 +0000 (00:00 +0000)
committerfoobar <sniper@php.net>
Mon, 24 Jul 2006 00:00:35 +0000 (00:00 +0000)
ext/pdo_dblib/pdo_dblib.c

index 7cae930367bf352d5eb756f381fdb6991350a05f..0da8ba11065c77ae26ecc665f16809eb2e2de521 100644 (file)
@@ -33,7 +33,7 @@
 #include "zend_exceptions.h"
 
 ZEND_DECLARE_MODULE_GLOBALS(dblib)
-static PHP_GINIT_FUNCTION(dblib)
+static PHP_GINIT_FUNCTION(dblib);
 
 zend_function_entry pdo_dblib_functions[] = {
        {NULL, NULL, NULL}