ref: 834b69f7023a5a3ea9c6e853cde1b67cbce29589
parent: f30fb27aea0ad95045aa6ce8ae51335268762cf7
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed Aug 14 06:25:59 EDT 2002
remove spurious semicolon. thanks to Tom Kacvinsky for catching this. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@195 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/jbig2_arith.c
+++ b/jbig2_arith.c
@@ -8,7 +8,7 @@
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
- $Id: jbig2_arith.c,v 1.12 2002/08/06 11:15:29 giles Exp $
+ $Id: jbig2_arith.c,v 1.13 2002/08/14 10:25:59 giles Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -190,7 +190,7 @@
result->A = 0x8000;
return result;
-};
+}
/* could put bit fields in to minimize memory usage */
typedef struct {