Fix compile warning in ft1000mp.c

pull/799/head
Mike Black W9MDB 2021-09-13 08:54:27 -05:00
rodzic e26afead85
commit ad2418577a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -310,7 +310,7 @@ const struct rig_caps ft1000mp_caps =
RIG_MODEL(RIG_MODEL_FT1000MP),
.model_name = "FT-1000MP",
.mfg_name = "Yaesu",
.version = "20210318.0",
.version = "20210913.0",
.copyright = "LGPL",
.status = RIG_STATUS_STABLE,
.rig_type = RIG_TYPE_TRANSCEIVER,
@ -1320,8 +1320,8 @@ static int ft1000mp_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
default:
rig_debug(RIG_DEBUG_ERR, "%s: Unsupported set_func %s", __func__,
rig_strfunc(func));
RETURNFUNC(-RIG_EINVAL);
}
RETURNFUNC(-RIG_EINVAL);
}
static int ft1000mp_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status)