From 9ee386a1b6d7704b259460152c959ab0e79e02aa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Jan 2008 13:48:05 +0000 Subject: fix gcc warnings Max Kellermann --- extensions/libipt_REJECT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libipt_REJECT.c') diff --git a/extensions/libipt_REJECT.c b/extensions/libipt_REJECT.c index 7e23ada7..5901a5ef 100644 --- a/extensions/libipt_REJECT.c +++ b/extensions/libipt_REJECT.c @@ -81,7 +81,7 @@ static void REJECT_help(void) static const struct option REJECT_opts[] = { { "reject-with", 1, NULL, '1' }, - { } + { .name = NULL } }; /* Allocate and initialize the target. */ -- cgit v1.2.3