summaryrefslogtreecommitdiffstats
path: root/6pack
diff options
context:
space:
mode:
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[])