From e49cfb323564dc8e07ed9fbcafd939bea6e89b21 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sat, 11 Jan 2020 23:27:48 -0600 Subject: [PATCH] Fix cppcheck warning in ft100.c --- yaesu/ft100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaesu/ft100.c b/yaesu/ft100.c index 289051574..9d2d88b19 100644 --- a/yaesu/ft100.c +++ b/yaesu/ft100.c @@ -43,7 +43,7 @@ /* prototypes */ -static int ft100_send_priv_cmd(RIG *rig, unsigned char ci); +static int ft100_send_priv_cmd(RIG *rig, unsigned char cmd_index); /* Native ft100 cmd set prototypes. These are READ ONLY as each */