commit | aef08947f59cab26a6ff85578730af7c96bd4fc1 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Thu Sep 09 21:41:29 2004 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Thu Sep 09 21:41:29 2004 +0000 |
tree | 0149ee96becb744112ed007ef7149ba7c67c055f | |
parent | bee796146bdd91d0cfe15d29de2b2806ed83e80a [diff] [blame] |
gcc doesn't like a label at the end.. tss
diff --git a/libebtc.c b/libebtc.c index 11d1880..a4232fd 100644 --- a/libebtc.c +++ b/libebtc.c
@@ -722,7 +722,7 @@ if (!t->compare(t->t, u_e->t)) continue; return i; -letscontinue: +letscontinue:; } return -1; }