From 2c6c2f8044182e88c93390af22526ef923b8f658 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 9 Sep 2004 21:41:29 +0000 Subject: gcc doesn't like a label at the end.. tss --- userspace/ebtables2/libebtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/ebtables2/libebtc.c b/userspace/ebtables2/libebtc.c index 11d1880..a4232fd 100644 --- a/userspace/ebtables2/libebtc.c +++ b/userspace/ebtables2/libebtc.c @@ -722,7 +722,7 @@ int ebt_check_rule_exists(struct ebt_u_replace *replace, if (!t->compare(t->t, u_e->t)) continue; return i; -letscontinue: +letscontinue:; } return -1; } -- cgit v1.2.3