jbig2dec

Ralph Giles <[email protected]> Tue, 06 Aug 2002 04:31:55 -0700
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Update of /cvsroot/jbig2dec/jbig2dec
In directory usw-pr-cvs1:/tmp/cvs-serv32145

Modified Files:
	jbig2_image_png.c 
Log Message:
fix a typo

Index: jbig2_image_png.c
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/jbig2_image_png.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jbig2_image_png.c	6 Aug 2002 10:57:49 -0000	1.7
+++ jbig2_image_png.c	6 Aug 2002 11:31:53 -0000	1.8
@@ -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 */