kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck warning in ampctl_parse.c
rodzic
0c63e6efd3
commit
d04bc80ab6
|
@ -193,7 +193,7 @@ struct test_table *find_cmd_entry(int cmd)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i >= MAXNBOPT || test_list[i].cmd == 0x00)
|
if (test_list[i].cmd == 0x00)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue