pre-C23 build fix

Prior to C23, a statement is required after a label.
This commit is contained in:
nhmall
2026-03-23 06:42:11 -04:00
parent d6cbaca654
commit 1ba9be09fa

View File

@@ -932,6 +932,7 @@ spell_would_be_useless(struct monst *mtmp, int spellnum)
return TRUE;
break;
default:
break;
}
return FALSE;
}