summaryrefslogtreecommitdiff
path: root/src/im_filebuffer.cpp
diff options
context:
space:
mode:
authorscuri <scuri>2009-08-13 22:34:25 +0000
committerscuri <scuri>2009-08-13 22:34:25 +0000
commit380fdb5d8c80d094e5a8bc82bfc091bc87e6c43e (patch)
tree82e1142d204b405febd4554b76c0b81187f22d5a /src/im_filebuffer.cpp
parent22eee5011ab2699a3267bde4a7b4430d8460314c (diff)
*** empty log message ***
Diffstat (limited to 'src/im_filebuffer.cpp')
-rw-r--r--src/im_filebuffer.cpp4
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++)
{