[GRASS-SVN] r29583 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 6 10:06:50 EST 2008
Author: martinl
Date: 2008-01-06 10:06:50 -0500 (Sun, 06 Jan 2008)
New Revision: 29583
Modified:
grass/trunk/lib/gis/parser.c
Log:
Indention fixed for 'default' tag in --interface-description
Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c 2008-01-06 14:54:48 UTC (rev 29582)
+++ grass/trunk/lib/gis/parser.c 2008-01-06 15:06:50 UTC (rev 29583)
@@ -1400,9 +1400,9 @@
}
if(opt->def) {
- fprintf(stdout, "\t\t\t<default>\n\t\t\t");
+ fprintf(stdout, "\t\t<default>\n\t\t\t");
print_escaped_for_xml(stdout, opt->def);
- fprintf(stdout, "\n\t\t\t</default>\n");
+ fprintf(stdout, "\n\t\t</default>\n");
}
if(opt->options) {
More information about the grass-commit
mailing list