Explorar el Código

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 hace 10 años
padre
commit
9e68ab2764
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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])
 {