From: cristy Date: Wed, 18 Jan 2012 02:47:47 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32fab708da3004b40bf56b614f342a69a8165734;p=imagemagick --- diff --git a/MagickCore/splay-tree.c b/MagickCore/splay-tree.c index c54f21bdc..1507c6324 100644 --- a/MagickCore/splay-tree.c +++ b/MagickCore/splay-tree.c @@ -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: % diff --git a/coders/tiff.c b/coders/tiff.c index b06a8b83b..194b0c70c 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -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++)