aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-camelcounter.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli/tap-camelcounter.c')
-rw-r--r--ui/cli/tap-camelcounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-camelcounter.c b/ui/cli/tap-camelcounter.c
index 0eb40de997..e0bca3263c 100644
--- a/ui/cli/tap-camelcounter.c
+++ b/ui/cli/tap-camelcounter.c
@@ -79,7 +79,7 @@ static void camelcounter_draw(void *phs)
tmp_str = val_to_str_wmem(NULL, i, camel_opr_code_strings, "Unknown message (%d)");
printf("%30s ", tmp_str);
wmem_free(NULL, tmp_str);
- printf("%6d\n", p_counter->camel_msg[i]);
+ printf("%6u\n", p_counter->camel_msg[i]);
}
} /* Message Type */
printf("------------------------------------------\n");