From 7326f16291315b4156a418e150e08c7d0d287da1 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Sun, 28 Feb 2021 09:47:37 -0600 Subject: [PATCH] Fix misc.c compile warning --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index a7e682a6f..08311fd2b 100644 --- a/src/misc.c +++ b/src/misc.c @@ -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);