Fix cppcheck warning in icr7000.c and icr9000.c

pull/154/head
Michael Black 2019-12-06 12:05:56 -06:00
rodzic 6cf264571e
commit fcbb9d6e13
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -283,7 +283,7 @@ const struct rig_caps icr7100_caps =
.get_func = icom_get_func,
.set_level = icom_set_level,
.get_level = icom_get_level,
#if 0
#ifdef XXREMOVEDXX
.set_parm = icom_set_parm,
.get_parm = icom_get_parm,
#endif

Wyświetl plik

@ -183,7 +183,7 @@ const struct rig_caps icr9000_caps =
.get_func = icom_get_func,
.set_level = icom_set_level,
.get_level = icom_get_level,
#if 0
#ifdef XXREMOVEDXX
.set_parm = icom_set_parm,
.get_parm = icom_get_parm,
#endif