mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Fix cppcheck warning in ampctl_parse.c
This commit is contained in:
parent
d04bc80ab6
commit
dc19f2820e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue