From 825c317eedc12e1c8c93e22a96bc423d27b3c1f4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 27 Jan 2009 17:16:26 +0100 Subject: src: remove redundant returns at end of void-returning functions Signed-off-by: Jan Engelhardt --- iptables-xml.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'iptables-xml.c') diff --git a/iptables-xml.c b/iptables-xml.c index 8aee5c24..6481b8e0 100644 --- a/iptables-xml.c +++ b/iptables-xml.c @@ -531,8 +531,6 @@ do_rule_part(char *leveltag1, char *leveltag2, int part, int argc, if (level1) printf("%s", leveli1); CLOSE_LEVEL(1); - - return; } static int -- cgit v1.2.3