]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 18 Jan 2012 02:47:47 +0000 (02:47 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 18 Jan 2012 02:47:47 +0000 (02:47 +0000)
MagickCore/splay-tree.c
coders/tiff.c

index c54f21bdcb2f4a89f7c208e0b711274580e17e83..1507c6324b1725492e5830d85c7702b437fe12c9 100644 (file)
@@ -132,7 +132,7 @@ static void
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  AddValueToSplayTree() adds the given key and value to the splay-tree.
-%  The both key and value is used as is, without coping or cloning.
+%  Both key and value are used as is, without coping or cloning.
 %
 %  The format of the AddValueToSplayTree method is:
 %
index b06a8b83b2af09fd0b6197c7329bb072d1eb7622..194b0c70cdfaebe889cf01d2c924f66881e5530c 100644 (file)
@@ -2311,8 +2311,8 @@ static int32 TIFFWritePixels(TIFF *tiff,TIFFInfo *tiff_info,ssize_t row,
     Write tile to TIFF image.
   */
   status=0;
-  bytes_per_pixel=TIFFTileSize(tiff)/(ssize_t) (tiff_info->tile_geometry.height*
-    tiff_info->tile_geometry.width);
+  bytes_per_pixel=TIFFTileSize(tiff)/(ssize_t) (
+    tiff_info->tile_geometry.height*tiff_info->tile_geometry.width);
   number_tiles=(image->columns+tiff_info->tile_geometry.width)/
     tiff_info->tile_geometry.width;
   for (i=0; i < (ssize_t) number_tiles; i++)