Insert a semi-colon between label 'skip:' and the closing brace

of the FOREACH loop to silence GCC 3.
This commit is contained in:
Marcel Moolenaar 2002-04-27 02:58:18 +00:00
parent c7e3bd1ce6
commit 9ae9d0ff86

View File

@ -1120,6 +1120,7 @@ witness_levelall (void)
}
witness_leveldescendents(w, 0);
skip:
; /* silence GCC 3.x */
}
}