diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index faa4f362efd..65e1eed4dfa 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 */ {