Fix misc.c compile warning

pull/574/head
Michael Black W9MDB 2021-02-28 09:47:37 -06:00
rodzic ee60a68bec
commit 7326f16291
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2146,7 +2146,7 @@ void *rig_get_function_ptr(rig_model_t rig_model,
* \param RIG* and rig_caps_int_e
* \return the corresponding long value -- -RIG_EINVAL is the only error possible
*/
long long rig_get_caps_int(rig_model_t rig_model, enum rig_enum_t rig_caps)
long long rig_get_caps_int(rig_model_t rig_model, enum rig_caps_int_e rig_caps)
{
const struct rig_caps *caps = rig_get_caps(rig_model);