diff options
Diffstat (limited to 'src/im_filebuffer.cpp')
-rw-r--r-- | src/im_filebuffer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdlib.h> @@ -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++) { |