Fix mingw compile warning on ts590.c

pull/1476/head
Mike Black W9MDB 2024-01-10 09:45:40 -06:00
rodzic 7002ca9f09
commit 47062cf812
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -218,7 +218,7 @@ static int ts590_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
char kmode = rmode2kenwood(mode, caps->mode_table);
char cmd[32], c;
int retval = -RIG_EINTERNAL;
int hwidth;
int hwidth = 0;
// int lwidth; // not implemented yet until new API is created
if (kmode < 0)