[jbig2-cvs] rev 234 - trunk
giles@ghostscript.com
giles@ghostscript.com
Wed, 16 Apr 2003 15:45:16 -0700
Author: giles
Date: 2003-04-16 15:45:15 -0700 (Wed, 16 Apr 2003)
New Revision: 234
Modified:
trunk/jbig2.c
Log:
Change the declaration to match the prototype.
Modified: trunk/jbig2.c
==============================================================================
--- trunk/jbig2.c (original)
+++ trunk/jbig2.c Wed Apr 16 15:45:15 2003
@@ -86,7 +86,7 @@
}
int
-jbig2_error(Jbig2Ctx *ctx, Jbig2Severity severity, int segment_number,
+jbig2_error(Jbig2Ctx *ctx, Jbig2Severity severity, int32_t segment_number,
const char *fmt, ...)
{
char buf[1024];