]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
typo fixed
authorDL1YCF <dl1ycf@darc.de>
Sat, 4 Dec 2021 18:10:20 +0000 (19:10 +0100)
committerDL1YCF <dl1ycf@darc.de>
Sat, 4 Dec 2021 18:10:20 +0000 (19:10 +0100)
vfo.c

diff --git a/vfo.c b/vfo.c
index 35bcf59ae1e24fef0f7ccf35a56081b2d069962a..f5d865e1a92abce470ba2e9fc3c35b3efc50d2cc 100644 (file)
--- 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);
 }