projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fba2f5
)
fixed compiler warning (nothing returned in non-void function)
author
DL1YCF
<dl1ycf@darc.de>
Sat, 10 Oct 2020 16:35:53 +0000
(18:35 +0200)
committer
DL1YCF
<dl1ycf@darc.de>
Sat, 10 Oct 2020 16:35:53 +0000
(18:35 +0200)
rigctl.c
patch
|
blob
|
history
diff --git
a/rigctl.c
b/rigctl.c
index 46c5ac5a88395e287be8019c8d4910e75567ff17..c2098bd9010ecac890248b58a0e7b9f55879e486 100644
(file)
--- a/
rigctl.c
+++ b/
rigctl.c
@@
-3928,6
+3928,7
@@
static gpointer serial_server(gpointer data) {
}
close(client->fd);
cat_control--;
+ return NULL;
}
int launch_serial () {