From 16692258a1adab993308620dcf42d67643a39c1c Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sat, 11 Jan 2020 23:30:42 -0600 Subject: [PATCH] Fix cppcheck warning --- yaesu/ft600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaesu/ft600.c b/yaesu/ft600.c index 34a79d0e7..90504c10e 100644 --- a/yaesu/ft600.c +++ b/yaesu/ft600.c @@ -42,7 +42,7 @@ #include "bandplan.h" /* prototypes */ -static int ft600_send_priv_cmd(RIG *rig, unsigned char ci); +static int ft600_send_priv_cmd(RIG *rig, unsigned char cmd_index); static const yaesu_cmd_set_t ncmd[] = {