summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-04-08 22:21:08 +0000
committerfoobar <sniper@php.net>2002-04-08 22:21:08 +0000
commitedead0523ba8536cd1f57d9eb6065a7e7bff8f9f (patch)
treedb9820bc513b09f34a7432f0ff4ba2246aa3e06a
parentf006b2bbc3db5d32f260aacaaaf295c27f145f6b (diff)
downloadphp-git-edead0523ba8536cd1f57d9eb6065a7e7bff8f9f.tar.gz
CPP directives must start on the beginning of line
-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 faa4f362ef..65e1eed4df 100644
--- a/ext/odbc/php_odbc.c
+++ b/ext/odbc/php_odbc.c
@@ -1965,7 +1965,7 @@ int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int
}
/* Possible fix for bug #10250
* Needs testing on UnixODBC < 2.0.5 though. */
- #if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC)
+#if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC)
/* * Uncomment the line above, and comment line below to fully test
* #ifdef HAVE_EMPRESS */
{