summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cbootimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cbootimage.c b/src/cbootimage.c
index 5f746e3..62328b4 100644
--- a/src/cbootimage.c
+++ b/src/cbootimage.c
@@ -211,7 +211,7 @@ main(int argc, char *argv[])
if (enable_debug) {
/* Debugging information... */
- printf("bct size: %d\n", e == 0 ? context.bct_size : -1);
+ printf("bct size: %d\n", context.bct_size);
}
/* Open the raw output file. */