[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 493860dae806c650325ae
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-05-07 17:31:04
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 493860dae806c650325ae430147fa06be827266f (commit) from ce470548b2b3f5bd4b9681ab188fedd900578161 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 493860dae806c650325ae430147fa06be827266f Author: Mike Black W9MDB <mdb...@ya...> Date: Fri May 7 12:30:14 2021 -0500 Add ; to k3.c to please the eye diff --git a/rigs/kenwood/k3.c b/rigs/kenwood/k3.c index de9594c0..d477edc9 100644 --- a/rigs/kenwood/k3.c +++ b/rigs/kenwood/k3.c @@ -1155,7 +1155,7 @@ int k3_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width) c = 'A' + kmode - 10; } - rig_debug(RIG_DEBUG_VERBOSE, "%s: kmode=%d, cmode=%c\n", __func__, kmode, c) + rig_debug(RIG_DEBUG_VERBOSE, "%s: kmode=%d, cmode=%c\n", __func__, kmode, c); if (vfo == RIG_VFO_B) { ----------------------------------------------------------------------- Summary of changes: rigs/kenwood/k3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |