浏览代码

fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50469 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 年之前
父节点
当前提交
7a7a4f3b1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/defs/raster.h

+ 1 - 1
include/defs/raster.h

@@ -421,7 +421,7 @@ int Rast_is_c_null_value(const CELL *);
 #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);