[GRASS-SVN] r50469 - grass/trunk/include/defs
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 26 08:57:08 EST 2012
Author: mmetz
Date: 2012-01-26 05:57:08 -0800 (Thu, 26 Jan 2012)
New Revision: 50469
Modified:
grass/trunk/include/defs/raster.h
Log:
fix typo
Modified: grass/trunk/include/defs/raster.h
===================================================================
--- grass/trunk/include/defs/raster.h 2012-01-26 13:33:55 UTC (rev 50468)
+++ grass/trunk/include/defs/raster.h 2012-01-26 13:57:08 UTC (rev 50469)
@@ -421,7 +421,7 @@
#ifndef Rast_is_f_null_value
int Rast_is_f_null_value(const FCELL *);
#endif
-#ifndef Rast_is_f_null_value
+#ifndef Rast_is_d_null_value
int Rast_is_d_null_value(const DCELL *);
#endif
void Rast_insert_null_values(void *, char *, int, RASTER_MAP_TYPE);
More information about the grass-commit
mailing list