rev 391 - trunk
[email protected] Tue, 5 Apr 2005 16:40:12 -0700 (PDT)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles
Date: 2005-04-05 16:40:12 -0700 (Tue, 05 Apr 2005)
New Revision: 391
Modified:
trunk/jbig2_image_pbm.c
Log:
Minor comment cleanup.
Modified: trunk/jbig2_image_pbm.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/jbig2_image_pbm.c 2005-04-05 23:39:53 UTC (rev 390)
+++ trunk/jbig2_image_pbm.c 2005-04-05 23:40:12 UTC (rev 391)
@@ -95,8 +95,8 @@
return NULL;
}
/* read size. we must find two decimal numbers representing
- the image dimensions. done will index whether we're
- looking for the width of the height and i will be our
+ the image dimensions. 'done' will index whether we're
+ looking for the width or the height and 'i' will be our
array index for copying strings into our buffer */
done =3D 0;
i =3D 0;