浏览代码

fix small typo introduced in https://trac.osgeo.org/grass/changeset/63551

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63552 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父节点
当前提交
9e68ab2764
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/pngdriver/raster.c

+ 1 - 1
lib/pngdriver/raster.c

@@ -75,7 +75,7 @@ static void alloc_buffers(void)
 
   \param mask non-zero int for mask
   \param s source (map) extent (left, right, top, bottom)
-  \param d destination (image) extent (left, right, top, bottom)
+  \param fd destination (image) extent (left, right, top, bottom)
 */
 void PNG_begin_raster(int mask, int s[2][2], double fd[2][2])
 {