[GRASS-SVN] r58096 - grass/branches/develbranch_6/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 23 14:30:21 PDT 2013
Author: neteler
Date: 2013-10-23 14:30:20 -0700 (Wed, 23 Oct 2013)
New Revision: 58096
Modified:
grass/branches/develbranch_6/imagery/i.landsat.toar/landsat_met.c
Log:
i.landsat.toar: define inline as static
Modified: grass/branches/develbranch_6/imagery/i.landsat.toar/landsat_met.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.landsat.toar/landsat_met.c 2013-10-23 21:30:09 UTC (rev 58095)
+++ grass/branches/develbranch_6/imagery/i.landsat.toar/landsat_met.c 2013-10-23 21:30:20 UTC (rev 58096)
@@ -26,7 +26,7 @@
dest[i] = '\0';
}
-inline void date_replace_slash(char *str)
+static void date_replace_slash(char *str)
{
while (*str) {
if (*str == '/')
More information about the grass-commit
mailing list