From aef08947f59cab26a6ff85578730af7c96bd4fc1 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 --- libebtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libebtc.c') diff --git a/libebtc.c b/libebtc.c index 11d1880..a4232fd 100644 --- a/libebtc.c +++ b/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