From: foobar Date: Mon, 11 Aug 2003 02:08:32 +0000 (+0000) Subject: MFH: fix compile warning X-Git-Tag: php-4.3.3RC4~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c0dd1251cd481afe78d382027fb09ddc85dade2;p=php MFH: fix compile warning --- diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index a7d55fdb75..b8c5a031e6 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -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 */