Fix cppcheck warnings in ampctl_parse.c

pull/155/head
Michael Black 2019-12-24 15:11:41 -06:00
rodzic 24eaeecfdf
commit 9012049a37
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -227,7 +227,7 @@ struct test_table *find_cmd_entry(int cmd)
*/
struct mod_lst
{
int id; /* caps->amp_model This is the hash key */
unsigned int id; /* caps->amp_model This is the hash key */
char mfg_name[32]; /* caps->mfg_name */
char model_name[32]; /* caps->model_name */
char version[32]; /* caps->version */