diff options
Diffstat (limited to 'ip6tables.c')
-rw-r--r-- | ip6tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables.c b/ip6tables.c index 6ee42819..4e73d34e 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -224,7 +224,7 @@ proto_to_name(u_int8_t proto, int nolookup) return NULL; } -static void +static void __attribute__((noreturn)) exit_tryhelp(int status) { if (line != -1) |