Fix compilation warnings in thd72.c

pull/573/head
Michael Black W9MDB 2021-02-26 11:11:33 -06:00
rodzic 2f53ae58e4
commit 7fee6e36a5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1121,7 +1121,7 @@ static int thd72_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
static int thd72_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status)
{
int retval, f;
int retval, f=-1;
char c;
rig_debug(RIG_DEBUG_TRACE, "%s: called\n", __func__);