[GRASS-SVN] r50405 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 24 01:42:18 EST 2012


Author: hamish
Date: 2012-01-23 22:42:18 -0800 (Mon, 23 Jan 2012)
New Revision: 50405

Modified:
   grass/branches/develbranch_6/lib/gis/closecell.c
Log:
typo

Modified: grass/branches/develbranch_6/lib/gis/closecell.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/closecell.c	2012-01-24 06:35:51 UTC (rev 50404)
+++ grass/branches/develbranch_6/lib/gis/closecell.c	2012-01-24 06:42:18 UTC (rev 50405)
@@ -292,7 +292,7 @@
     /* NOW CLOSE THE FILE DESCRIPTOR */
 
     if (close(fd) != 0)
-	G_warning(_("Unable to close file"));;
+	G_warning(_("Unable to close file"));
 
     /* remember open_mode */
     open_mode = fcb->open_mode;



More information about the grass-commit mailing list