diff --git a/tests/rigctl.c b/tests/rigctl.c index e3a2d7673..6603b8e82 100644 --- a/tests/rigctl.c +++ b/tests/rigctl.c @@ -655,7 +655,7 @@ int main(int argc, char *argv[]) if (retcode < 0 && !RIG_IS_SOFT_ERRCODE(-retcode)) { int retry = 3; - rig_debug(RIG_DEBUG_ERR, "%s: i/o error\n", __func__) + rig_debug(RIG_DEBUG_ERR, "%s: i/o error\n", __func__); do { diff --git a/tests/rigctl_parse.c b/tests/rigctl_parse.c index 8b9e4354f..9ce48c473 100644 --- a/tests/rigctl_parse.c +++ b/tests/rigctl_parse.c @@ -1703,7 +1703,7 @@ readline_repeat: if (use_password && !is_passwordOK && (cmd_entry->arg1 != NULL) && !preCmd) { - rig_debug(RIG_DEBUG_ERR, "%s: password has not been provided\n", __func__) + rig_debug(RIG_DEBUG_ERR, "%s: password has not been provided\n", __func__); fflush(fin); retcode = -RIG_ESECURITY; }