summaryrefslogtreecommitdiffstats
path: root/6pack
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 02:39:20 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:17:29 +0200
commit406b11281cf451927ac348f0639161d2f084743f (patch)
treea0105a76619b6c810376c9dae3649370e6782cf7 /6pack
parent4eb951133d9d301184ebd7b675598e11973b6ab8 (diff)
Remove pointless return statements at the end of void functions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '6pack')
-rw-r--r--6pack/m6pack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/6pack/m6pack.c b/6pack/m6pack.c
index 541658d..4c5b249 100644
--- a/6pack/m6pack.c
+++ b/6pack/m6pack.c
@@ -408,7 +408,6 @@ static void report(struct iface *tty, struct iface **pty, int numptys)
pty[i]->rxpackets, pty[i]->rxbytes,
pty[i]->errors);
}
- return;
}
int main(int argc, char *argv[])