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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 24 03:27:39 EDT 2008


Author: glynn
Date: 2008-03-24 03:27:39 -0400 (Mon, 24 Mar 2008)
New Revision: 30710

Modified:
   grass/trunk/lib/gis/parser.c
Log:
Make print_escaped_for_xml() static



Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2008-03-23 22:02:10 UTC (rev 30709)
+++ grass/trunk/lib/gis/parser.c	2008-03-24 07:27:39 UTC (rev 30710)
@@ -1227,7 +1227,7 @@
  * \param[in] str string to write
  */
 
-void print_escaped_for_xml (FILE * fp, char * str) {
+static void print_escaped_for_xml (FILE * fp, char * str) {
 	for (;*str;str++) {
 		switch (*str) {
 			case '&':



More information about the grass-commit mailing list