[jbig2-cvs] rev 391 - trunk

giles at ghostscript.com giles at ghostscript.com
Tue Apr 5 16:40:12 PDT 2005


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
===================================================================
--- 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 = 0;
     i = 0;



More information about the jbig2-cvs mailing list