]> granicus.if.org Git - php/commitdiff
CPP directives must start on the beginning of line
authorfoobar <sniper@php.net>
Mon, 8 Apr 2002 22:21:08 +0000 (22:21 +0000)
committerfoobar <sniper@php.net>
Mon, 8 Apr 2002 22:21:08 +0000 (22:21 +0000)
ext/odbc/php_odbc.c

index faa4f362efdffb85f8cae23a401c5f872fc6ff02..65e1eed4dfab16fba91cbb2f42b47248a44ea5c0 100644 (file)
@@ -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 */
        {