Browse Source

clarify comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40313 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 years ago
parent
commit
eaf0a0e933
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/db/dbmi_client/start.c

+ 1 - 1
lib/db/dbmi_client/start.c

@@ -278,7 +278,7 @@ dbDriver *db_start_driver(const char *name)
 
     return driver;
 
-#else /* __MINGW32__ */
+#else /* not __MINGW32__ */
 
     /* open the pipes */
     if ((pipe(p1) < 0) || (pipe(p2) < 0)) {