summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-11 02:08:32 +0000
committerfoobar <sniper@php.net>2003-08-11 02:08:32 +0000
commit7c0dd1251cd481afe78d382027fb09ddc85dade2 (patch)
treee21094c402f71bbd4552648b4010c711a930d763 /ext/odbc/php_odbc.c
parent0d8beb77f696882c05de2a92a1bcb30c8ba451f5 (diff)
downloadphp-git-7c0dd1251cd481afe78d382027fb09ddc85dade2.tar.gz
MFH: fix compile warning
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r--ext/odbc/php_odbc.c2
1 files changed, 1 insertions, 1 deletions
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 */