From 32b8e61e4e5bd405d9ad07bf9468498dfbb19f9e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 23 Jul 2010 21:16:14 +0200 Subject: all: consistent syntax use in struct option Try to inhibit copypasting old stuff. Signed-off-by: Jan Engelhardt --- extensions/libxt_tos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_tos.c') diff --git a/extensions/libxt_tos.c b/extensions/libxt_tos.c index 6b8cd89f..f78594ac 100644 --- a/extensions/libxt_tos.c +++ b/extensions/libxt_tos.c @@ -26,7 +26,7 @@ enum { static const struct option tos_mt_opts[] = { {.name = "tos", .has_arg = true, .val = 't'}, - { .name = NULL } + XT_GETOPT_TABLEEND, }; static void tos_mt_help(void) -- cgit v1.2.3