jbig2dec
Ralph Giles <[email protected]> Wed, 14 Aug 2002 03:26:01 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jbig2dec/jbig2dec
In directory usw-pr-cvs1:/tmp/cvs-serv9605
Modified Files:
jbig2_arith.c
Log Message:
remove spurious semicolon. thanks to Tom Kacvinsky for catching this.
Index: jbig2_arith.c
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/jbig2_arith.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- jbig2_arith.c 6 Aug 2002 11:15:29 -0000 1.12
+++ jbig2_arith.c 14 Aug 2002 10:25:59 -0000 1.13
@@ -190,7 +190,7 @@
result->A = 0x8000;
return result;
-};
+}
/* could put bit fields in to minimize memory usage */
typedef struct {