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

index 3413a14ea7af767873514217ee6d01b190f92315..f82e38a2d47fe40f5667d94e5060117e08aeef1d 100644 (file)
@@ -1230,7 +1230,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 */