From 7c0dd1251cd481afe78d382027fb09ddc85dade2 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 11 Aug 2003 02:08:32 +0000 Subject: [PATCH] MFH: fix compile warning --- ext/odbc/php_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1