Fix typo ugly commit in icom.c

pull/149/head
Michael Black 2019-12-01 16:03:16 -06:00
rodzic ff5275e44c
commit 23d22439b7
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

@ -894,7 +894,7 @@ static int icom_set_it_new(RIG *rig, vfo_t vfo, shortfreq_t ts, int set_xit)
}
else // some rigs don't have XIT like the 9700
{
rig_debug(RIG_DEBUG_TRACE, "%s: rig does not have xit command enabled\n",
rig_debug(RIG_DEBUG_TRACE, "%s: rig does not have xit command enabled\n", __func__);
}
retval = icom_set_func(rig, vfo, RIG_FUNC_RIT, 0);

Wyświetl plik

@ -30,7 +30,7 @@
#include <sys/time.h>
#endif
#define BACKEND_VER "0.13"
#define BACKEND_VER "0.14"
/*
* defines used by comp_cal_str in rig.c