[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 30eaa78034767cabdd91b
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-18 13:16:31
|
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 30eaa78034767cabdd91b11b1de081da4216e3e4 (commit) from c7c5cd81bc92c8bf4af7134e89e7d259b081aad3 (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 30eaa78034767cabdd91b11b1de081da4216e3e4 Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Mar 18 08:16:06 2021 -0500 astyle rig.c diff --git a/src/rig.c b/src/rig.c index b877d5b8..4702f68e 100644 --- a/src/rig.c +++ b/src/rig.c @@ -3147,7 +3147,7 @@ int HAMLIB_API rig_get_dcd(RIG *rig, vfo_t vfo, dcd_t *dcd) case RIG_DCD_PARALLEL: - retcode=par_dcd_get(&rig->state.dcdport, dcd); + retcode = par_dcd_get(&rig->state.dcdport, dcd); RETURNFUNC(retcode); case RIG_DCD_GPIO: ----------------------------------------------------------------------- Summary of changes: src/rig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |