[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 11be167354c87f6c2914a
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2021-01-25 13:14:21
|
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 11be167354c87f6c2914a70d50f947486c332131 (commit) from fda709c7af2fee6fe8d09226c8de6b9833613fce (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 11be167354c87f6c2914a70d50f947486c332131 Author: Nate Bargmann <n0...@n0...> Date: Mon Jan 25 07:13:26 2021 -0600 Correct typo causing compilation failure diff --git a/rigs/yaesu/ftdx101.c b/rigs/yaesu/ftdx101.c index 173b3ce2..3871e810 100644 --- a/rigs/yaesu/ftdx101.c +++ b/rigs/yaesu/ftdx101.c @@ -76,7 +76,7 @@ const struct rig_caps ftdx101d_caps = RIG_MODEL(RIG_MODEL_FTDX101D), .model_name = "FTDX-101D", .mfg_name = "Yaesu", - .version = NEWCAT_VER ".8z + .version = NEWCAT_VER ".8z", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/ftdx101.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |