]> granicus.if.org Git - php/commitdiff
MFH: fix compile warning
authorfoobar <sniper@php.net>
Mon, 11 Aug 2003 02:08:32 +0000 (02:08 +0000)
committerfoobar <sniper@php.net>
Mon, 11 Aug 2003 02:08:32 +0000 (02:08 +0000)
ext/odbc/php_odbc.c

index a7d55fdb7567fa51128f4bb7b9a81fce0493cca8..b8c5a031e6120269a9caf326bced76cc00d1f91c 100644 (file)
@@ -1232,7 +1232,7 @@ PHP_FUNCTION(odbc_data_source)
 
 }
 /* }}} */
-#endif /* HAVE_SQLDATASOURCES *
+#endif /* HAVE_SQLDATASOURCES */
 
 /* {{{ proto resource odbc_exec(resource connection_id, string query [, int flags])
    Prepare and execute an SQL statement */