List:Commits« Previous MessageNext Message »
From:jwinstead Date:August 8 2008 6:07pm
Subject:Connector/ODBC 3.51 commit: r1140 - branches/guffert/util
View as plain text  
Modified:
   branches/guffert/util/installer.c
Log:
Fix #elif that should just be #else


Modified: branches/guffert/util/installer.c
===================================================================
--- branches/guffert/util/installer.c	2008-08-08 16:13:18 UTC (rev 1139)
+++ branches/guffert/util/installer.c	2008-08-08 18:07:56 UTC (rev 1140)
@@ -337,7 +337,7 @@
 
 #ifdef _WIN32
       if (!Win64CompareLibs(driverinfo, driver->lib))
-#elif
+#else
       if (!sqlwcharcasecmp(driverinfo, driver->lib))
 #endif
       {

Thread
Connector/ODBC 3.51 commit: r1140 - branches/guffert/utiljwinstead8 Aug