[GRASS-SVN] r60502 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 27 00:46:09 PDT 2014
Author: hcho
Date: 2014-05-27 00:46:09 -0700 (Tue, 27 May 2014)
New Revision: 60502
Modified:
grass/trunk/lib/gis/mapset_nme.c
Log:
mapset_nme.c: Removed \return 0 from void functions
Modified: grass/trunk/lib/gis/mapset_nme.c
===================================================================
--- grass/trunk/lib/gis/mapset_nme.c 2014-05-27 07:35:56 UTC (rev 60501)
+++ grass/trunk/lib/gis/mapset_nme.c 2014-05-27 07:46:09 UTC (rev 60502)
@@ -94,8 +94,6 @@
/*!
\brief Define alternative mapset search path
-
- \return 0
*/
void G__create_alt_search_path(void)
{
@@ -107,8 +105,6 @@
/*!
\brief Switch mapset search path
-
- \return 0
*/
void G__switch_search_path(void)
{
@@ -127,8 +123,6 @@
/*!
\brief Reset number of mapsets
-
- \return 0
*/
void G_reset_mapsets(void)
{
More information about the grass-commit
mailing list