[GRASS-SVN] r29742 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 17 20:50:27 EST 2008


Author: hamish
Date: 2008-01-17 20:50:27 -0500 (Thu, 17 Jan 2008)
New Revision: 29742

Modified:
   grass/trunk/lib/gis/parser.c
Log:
whitespace, comment


Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2008-01-18 01:33:21 UTC (rev 29741)
+++ grass/trunk/lib/gis/parser.c	2008-01-18 01:50:27 UTC (rev 29742)
@@ -336,6 +336,7 @@
     Opt = G_define_option();
 
     switch ( opt ) {
+	/* Database options (change to G_OPT_DB_*?) */
 	case G_OPT_WHERE:
 	    Opt->key          = "where";
 	    Opt->type         = TYPE_STRING;
@@ -384,6 +385,7 @@
 	    Opt->multiple     = YES;
 	    Opt->description  = _("Name of attribute column(s)");
 	    break;
+
         /* imagery group */
         case G_OPT_I_GROUP:
 	    Opt->key          = "group";
@@ -393,6 +395,7 @@
 	    Opt->gisprompt    = "old,group,group";
 	    Opt->description  = _("Name of input imagery group");
             break;
+
 	/* raster maps */    
 	case G_OPT_R_INPUT:
 	    Opt->key          = "input";



More information about the grass-commit mailing list