From 3578220cf27c3e7017dd8af6b17c08218cf632d0 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 11 Sep 2012 17:38:17 +0200 Subject: Coding style fixes --- src/ipset.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ipset.c b/src/ipset.c index 1e69e3e..51b912a 100644 --- a/src/ipset.c +++ b/src/ipset.c @@ -136,11 +136,11 @@ ipset_parse_file(struct ipset_session *s UNUSED, return exit_error(PARAMETER_PROBLEM, "-file option can be specified once"); filename = str; - + return 0; } -static +static int __attribute__ ((format (printf, 1, 2))) ipset_print_file(const char *fmt, ...) { @@ -150,7 +150,7 @@ ipset_print_file(const char *fmt, ...) assert(fd != NULL); va_start(args, fmt); len = vfprintf(fd, fmt, args); - va_end(args); + va_end(args); return len; } -- cgit v1.2.3