[GRASS-SVN] r51941 - in grass/trunk: include lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 2 10:03:49 PDT 2012


Author: martinl
Date: 2012-06-02 10:03:49 -0700 (Sat, 02 Jun 2012)
New Revision: 51941

Modified:
   grass/trunk/include/gis.h
   grass/trunk/lib/gis/parser_standard_options.c
Log:
fix syntax typo in r51940


Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h	2012-06-02 16:40:57 UTC (rev 51940)
+++ grass/trunk/include/gis.h	2012-06-02 17:03:49 UTC (rev 51941)
@@ -172,7 +172,7 @@
 /**/ typedef enum
 {
     G_OPT_UNDEFINED,
-    G_OPT_DB_SQL,		/* SQL statements /*
+    G_OPT_DB_SQL,		/* SQL statements */
     G_OPT_DB_WHERE,		/* SQL where conditions */
     G_OPT_DB_TABLE,		/* table name */
     G_OPT_DB_DRIVER,		/* driver name */

Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c	2012-06-02 16:40:57 UTC (rev 51940)
+++ grass/trunk/lib/gis/parser_standard_options.c	2012-06-02 17:03:49 UTC (rev 51941)
@@ -133,7 +133,7 @@
         Opt->description =
             _("For example: 'select * from rybniky where kapri = 'hodne'\n"
               "\t\t('-' for standard input)");
-      break;
+        break;
     case G_OPT_DB_WHERE:
 	Opt->key = "where";
 	Opt->type = TYPE_STRING;



More information about the grass-commit mailing list