[GRASS-SVN] r40313 - grass/trunk/lib/db/dbmi_client

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 8 03:36:32 EST 2010


Author: hamish
Date: 2010-01-08 03:36:30 -0500 (Fri, 08 Jan 2010)
New Revision: 40313

Modified:
   grass/trunk/lib/db/dbmi_client/start.c
Log:
clarify comment

Modified: grass/trunk/lib/db/dbmi_client/start.c
===================================================================
--- grass/trunk/lib/db/dbmi_client/start.c	2010-01-08 08:31:26 UTC (rev 40312)
+++ grass/trunk/lib/db/dbmi_client/start.c	2010-01-08 08:36:30 UTC (rev 40313)
@@ -278,7 +278,7 @@
 
     return driver;
 
-#else /* __MINGW32__ */
+#else /* not __MINGW32__ */
 
     /* open the pipes */
     if ((pipe(p1) < 0) || (pipe(p2) < 0)) {



More information about the grass-commit mailing list