diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2004-09-09 21:41:29 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2004-09-09 21:41:29 +0000 |
commit | aef08947f59cab26a6ff85578730af7c96bd4fc1 (patch) | |
tree | 0149ee96becb744112ed007ef7149ba7c67c055f /libebtc.c | |
parent | bee796146bdd91d0cfe15d29de2b2806ed83e80a (diff) | |
download | ebtables-aef08947f59cab26a6ff85578730af7c96bd4fc1.tar.gz ebtables-aef08947f59cab26a6ff85578730af7c96bd4fc1.tar.bz2 ebtables-aef08947f59cab26a6ff85578730af7c96bd4fc1.zip |
gcc doesn't like a label at the end.. tss
Diffstat (limited to 'libebtc.c')
-rw-r--r-- | libebtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |