consistent cast syntax

This commit is contained in:
nhmall
2023-11-13 19:28:19 -05:00
parent b4bb3b92a2
commit a7242760f7
12 changed files with 17 additions and 17 deletions

View File

@@ -1809,7 +1809,7 @@ domove_fight_ironbars(coordxy x, coordxy y)
if (obj->quan > 1L)
obj = splitobj(obj, 1L);
else
setuwep((struct obj *)0);
setuwep((struct obj *) 0);
freeinv(obj);
breakflags |= BRK_KNOWN2BREAK;
} else {