summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2014-03-14 09:40:22 +0000
committerChris Liddell <chris.liddell@artifex.com>2014-03-14 09:41:07 +0000
commit7784cce96478d8bcec314e2dc8ecb3d3a849c37b (patch)
tree8879afb136ba62b6f8b6c0a2c67b63f12704d50a
parentc34097f6786f809826a30484e69684adf4915e9a (diff)
downloadghostpdl-7784cce96478d8bcec314e2dc8ecb3d3a849c37b.tar.gz
Add missing newline to memento error logging.
CLUSTER_UNTESTED
-rw-r--r--gs/base/memento.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/base/memento.c b/gs/base/memento.c
index cb88c7519..fdaf2864d 100644
--- a/gs/base/memento.c
+++ b/gs/base/memento.c
@@ -1010,6 +1010,7 @@ static int checkBlock(Memento_BlkHeader *memblk, const char *action)
/* Failure! */
fprintf(stderr, "Attempt to %s block ", action);
showBlock(memblk, 32);
+ fprintf(stderr, "\n");
Memento_breakpoint();
return 1;
} else if (data.preCorrupt || data.postCorrupt) {