ref: b62aa9dd9154eba7122c56cab886207dce972cb1
parent: afe3a66d19d98cf0017f4c7b433ae65b2286e259
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Dec 21 20:36:38 EST 2004
Trivial whitespace fix. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@370 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/jbig2_page.c
+++ b/jbig2_page.c
@@ -85,7 +85,7 @@
index++;
if (index >= ctx->max_page_index) { /* FIXME: should also look for freed pages? */
/* grow the list */
- ctx->pages = jbig2_realloc(ctx->allocator, ctx->pages,
+ ctx->pages = jbig2_realloc(ctx->allocator, ctx->pages,
(ctx->max_page_index <<= 2) * sizeof(Jbig2Page));
for (j=index; j < ctx->max_page_index; j++) {
/* note to raph: and look, it gets worse! */