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