summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-11 02:03:40 +0000
committerfoobar <sniper@php.net>2003-08-11 02:03:40 +0000
commit7f5dc67bb01332bb03e7fd33ce9620cba8a7fa10 (patch)
tree2a8236cb9404508b9daf857700fb5ca9584f9b17 /ext/odbc
parente9eb29011cd3832a90678a4e382fd94c675606b2 (diff)
downloadphp-git-7f5dc67bb01332bb03e7fd33ce9620cba8a7fa10.tar.gz
Fix compile warning
Diffstat (limited to 'ext/odbc')
-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 3413a14ea7..f82e38a2d4 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 */