From 380fdb5d8c80d094e5a8bc82bfc091bc87e6c43e Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 13 Aug 2009 22:34:25 +0000 Subject: *** empty log message *** --- src/im_filebuffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/im_filebuffer.cpp') diff --git a/src/im_filebuffer.cpp b/src/im_filebuffer.cpp index 9ab2fda..09c5ad4 100644 --- a/src/im_filebuffer.cpp +++ b/src/im_filebuffer.cpp @@ -2,7 +2,7 @@ * \brief File Access - Buffer Management * * See Copyright Notice in im_lib.h - * $Id: im_filebuffer.cpp,v 1.1 2008/10/17 06:10:16 scuri Exp $ + * $Id: im_filebuffer.cpp,v 1.2 2009/08/13 22:34:25 scuri Exp $ */ #include @@ -53,7 +53,7 @@ static void iDoFillLineBuffer(int width, int height, int line, int plane, // file is packed // NO color space conversion, color_space must match - // If ignore alpha if necessary. + // Ignore alpha if necessary. int depth = IM_MIN(file_depth, data_depth); for (int d = 0; d < depth; d++) { -- cgit v1.2.3