From 26cb1ffe2710f617a7f986008860983135f232f7 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 02:39:17 +0200 Subject: Remove pointless return statements at the end of void functions. Signed-off-by: Ralf Baechle --- ax25io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ax25io.c') 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) -- cgit v1.2.3