projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bfa8a4
)
converted a tab into spaces
author
DL1YCF
<dl1ycf@darc.de>
Sun, 11 Oct 2020 13:27:37 +0000
(15:27 +0200)
committer
DL1YCF
<dl1ycf@darc.de>
Sun, 11 Oct 2020 13:27:37 +0000
(15:27 +0200)
vfo.c
patch
|
blob
|
history
diff --git
a/vfo.c
b/vfo.c
index 4d393075bdddbc290aef4dbdf96d786e3eaf3cd1..4e69fc4deb59c5a0d5e818f24297fb5fc6acc964 100644
(file)
--- a/
vfo.c
+++ b/
vfo.c
@@
-1228,7
+1228,7
@@
void vfo_update() {
if(can_transmit) {
cairo_move_to(cr, 330, 50);
if (transmitter->compressor) {
- sprintf(temp_text,"CMPR %d",(int) transmitter->compressor_level);
+
sprintf(temp_text,"CMPR %d",(int) transmitter->compressor_level);
cairo_set_source_rgb(cr, 1.0, 1.0, 0.0);
cairo_show_text(cr, temp_text);
} else {