aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2014-04-20 23:55:56 +0100
committerPhillip Lougher <phillip@squashfs.org.uk>2014-04-20 23:55:56 +0100
commit54d6ea05a388dbd6415094bc9b23aeb73ef13f91 (patch)
tree88b7934a7c6197bd4446dedc6565239b98878883
parentc6f0b520ebbccc8dce064678db972eae75efb6a8 (diff)
downloadsquashfs-tools-54d6ea05a388dbd6415094bc9b23aeb73ef13f91.tar.gz
info: fix missing ')' in queue and cache dump
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
-rw-r--r--squashfs-tools/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfs-tools/info.c b/squashfs-tools/info.c
index 19cc4ab..7968c77 100644
--- a/squashfs-tools/info.c
+++ b/squashfs-tools/info.c
@@ -90,7 +90,7 @@ void dump_state()
dump_queue(to_process_frag);
printf("processed fragment queue (fragment thread(s) -> main"
- " thread\n");
+ " thread)\n");
dump_seq_queue(to_main, 1);
printf("compressed block queue (deflate thread(s) -> main thread)\n");