From dc19f2820ea9aab031cda0be90f752bbf380eaa0 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Mon, 13 Jan 2020 15:41:24 -0600 Subject: [PATCH] Fix cppcheck warning in ampctl_parse.c --- tests/ampctl_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ampctl_parse.c b/tests/ampctl_parse.c index 68eb701b1..51cd7390f 100644 --- a/tests/ampctl_parse.c +++ b/tests/ampctl_parse.c @@ -1550,7 +1550,7 @@ void print_model_list() for (s = models; s != NULL; s = (struct mod_lst *)(s->hh.next)) { - printf("%6d %-23s%-24s%-16s%s\n", + printf("%6u %-23s%-24s%-16s%s\n", s->id, s->mfg_name, s->model_name,