projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
078f2a8
)
typo fixed
author
DL1YCF
<dl1ycf@darc.de>
Sat, 4 Dec 2021 18:10:20 +0000
(19:10 +0100)
committer
DL1YCF
<dl1ycf@darc.de>
Sat, 4 Dec 2021 18:10:20 +0000
(19:10 +0100)
vfo.c
patch
|
blob
|
history
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);
}