rev 370 - trunk
[email protected] Tue, 21 Dec 2004 17:36:39 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles
Date: 2004-12-21 17:36:38 -0800 (Tue, 21 Dec 2004)
New Revision: 370
Modified:
trunk/jbig2_page.c
Log:
Trivial whitespace fix.
Modified: trunk/jbig2_page.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/jbig2_page.c 2004-12-21 22:59:04 UTC (rev 369)
+++ trunk/jbig2_page.c 2004-12-22 01:36:38 UTC (rev 370)
@@ -85,7 +85,7 @@
index++;
if (index >=3D ctx->max_page_index) { /* FIXME: should also =
look for freed pages? */
/* grow the list */
- ctx->pages =3D jbig2_realloc(ctx->allocator, ctx->pages,
+ ctx->pages =3D jbig2_realloc(ctx->allocator, ctx->pages,
(ctx->max_page_index <<=3D 2) * sizeof(Jbig2Page));
for (j=3Dindex; j < ctx->max_page_index; j++) {
/* note to raph: and look, it gets worse! */