index
:
libax25.git
master
AX.25 library for hamradio applications
Ralf Baechle
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
ax25io.c
1
1 files changed, 0 insertions, 1 deletions
diff --git a/ax25io.c b/ax25io.c
index f0316c6..55a59cb 100644
--- a/
ax25io.c
+++ b/
ax25io.c
@@ -70,7 +70,6 @@ void axio_end(ax25io *p)
close(p->ofd);
p->ifd = -1;
p->ofd = -1;
- return;
}
void axio_end_all(void)