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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 17 01:52:05 EDT 2009


Author: hamish
Date: 2009-08-17 01:52:05 -0400 (Mon, 17 Aug 2009)
New Revision: 38764

Modified:
   grass/trunk/lib/gis/home.c
Log:
remove useless comment, we have to return something. probably the doxygen comments need adjustment

Modified: grass/trunk/lib/gis/home.c
===================================================================
--- grass/trunk/lib/gis/home.c	2009-08-17 05:47:17 UTC (rev 38763)
+++ grass/trunk/lib/gis/home.c	2009-08-17 05:52:05 UTC (rev 38764)
@@ -34,7 +34,6 @@
 
     G_fatal_error(_("Unable to determine user's home directory"));
 
-    /* why return NULL when we've already exit(1)'d with G_fatal_error() ?? */
     return NULL;
 }
 



More information about the grass-commit mailing list