From 23d22439b76859fb56e4ed71456c274fc84468ef Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sun, 1 Dec 2019 16:03:16 -0600 Subject: [PATCH] Fix typo ugly commit in icom.c --- icom/icom.c | 2 +- icom/icom.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icom/icom.c b/icom/icom.c index fd4469cd5..ed0e7d842 100644 --- a/icom/icom.c +++ b/icom/icom.c @@ -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); diff --git a/icom/icom.h b/icom/icom.h index b7f31bee8..49445b32b 100644 --- a/icom/icom.h +++ b/icom/icom.h @@ -30,7 +30,7 @@ #include #endif -#define BACKEND_VER "0.13" +#define BACKEND_VER "0.14" /* * defines used by comp_cal_str in rig.c