shithub: jbig2

Download patch

ref: 037a0bdc906e729e42ecb6914c722db0a8f27270
parent: 4b55adb9e7e662440502d9a7a5558ce69f3f1dff
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Aug 6 07:31:53 EDT 2002

fix a typo


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@186 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/jbig2_image_png.c
+++ b/jbig2_image_png.c
@@ -8,7 +8,7 @@
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 
-    $Id: jbig2_image_png.c,v 1.7 2002/08/06 10:57:49 giles Exp $
+    $Id: jbig2_image_png.c,v 1.8 2002/08/06 11:31:53 giles Exp $
 */
 
 #ifdef HAVE_CONFIG_H
@@ -75,7 +75,7 @@
 
         /* note that this doesn't work linking dynamically to libpng on win32
            one has to either link statically or use callbacks because of runtime
-           variations */s
+           variations */
 	png_init_io(png, out);
    
 	/* now we fill out the info structure with our format data */