From: DL1YCF <dl1ycf@darc.de>
Date: Sat, 4 Dec 2021 18:10:20 +0000 (+0100)
Subject: typo fixed
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/-?a=commitdiff_plain;h=ada3b2f52e30671fb7e97de9c1e35ef965c8b16f;p=pihpsdr.git

typo fixed
---

diff --git a/vfo.c b/vfo.c
index 35bcf59..f5d865e 100644
--- a/vfo.c
+++ b/vfo.c
@@ -1510,9 +1510,9 @@ void vfo_set_frequency(int v,long long f) {
     if (vfo[v].ctun) {
       vfo[v].ctun=FALSE;
       vfo[v].offset=0;
-      vfo[v].ctun_frequency=vfo[v].frequency);
+      vfo[v].ctun_frequency=vfo[v].frequency;
     }
   }
   radio_band_changed();
-  g_idle_add(vfo_update, NULL);
+  g_idle_add(ext_vfo_update, NULL);
 }