[GRASS-SVN] r70830 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 4 00:45:05 PDT 2017
Author: mmetz
Date: 2017-04-04 00:45:05 -0700 (Tue, 04 Apr 2017)
New Revision: 70830
Modified:
grass/trunk/include/raster.h
Log:
raster.h: reduce compiler warnings
Modified: grass/trunk/include/raster.h
===================================================================
--- grass/trunk/include/raster.h 2017-04-04 07:43:02 UTC (rev 70829)
+++ grass/trunk/include/raster.h 2017-04-04 07:45:05 UTC (rev 70830)
@@ -173,7 +173,7 @@
HIST_KEYWRD,
/*! \brief Number of fields to be defined in History structure */
- HIST_NUM_FIELDS,
+ HIST_NUM_FIELDS
};
/*! \brief Raster history info (metadata) */
More information about the grass-commit
mailing list