From 0ea82bc43e9262cdbb9880ca56bb514db4c77f8e Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Sat, 7 Jun 2008 15:15:29 +0200 Subject: sparse warning fixes: integer used as pointer Signed-off-by: Patrick McHardy --- extensions/libxt_quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_quota.c') diff --git a/extensions/libxt_quota.c b/extensions/libxt_quota.c index a642aa49..8e178fe7 100644 --- a/extensions/libxt_quota.c +++ b/extensions/libxt_quota.c @@ -77,7 +77,7 @@ quota_parse(int c, char **argv, int invert, unsigned int *flags, return 1; } -struct xtables_match quota_match = { +static struct xtables_match quota_match = { .family = AF_UNSPEC, .name = "quota", .version = XTABLES_VERSION, -- cgit v1.2.3