From 7f5dc67bb01332bb03e7fd33ce9620cba8a7fa10 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 11 Aug 2003 02:03:40 +0000 Subject: [PATCH] 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 3413a14ea7a..f82e38a2d47 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -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 */