summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 02:39:17 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:04:02 +0200
commit26cb1ffe2710f617a7f986008860983135f232f7 (patch)
treef3d9685dc411926cc07d321041fec6ca366cab63
parent8a370d5b4335b6d7f38f5c0991105c03e96dd818 (diff)
Remove pointless return statements at the end of void functions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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)