summaryrefslogtreecommitdiffstats
path: root/ax25io.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25io.c')
-rw-r--r--ax25io.c1
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)