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

@@ -3124,7 +3124,7 @@ use_whip(struct obj *obj)
hitvalu = 8 + otmp->spe;
hitu = thitu(hitvalu, dmgval(otmp, &gy.youmonst),
&otmp, (char *)0);
&otmp, (char *) 0);
if (hitu) {
pline_The("%s hits you as you try to snatch it!",
the(onambuf));