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

@@ -1473,7 +1473,7 @@ do_screen_description(
didlook:
if (looked) {
struct permonst *pm = (struct permonst *)0;
struct permonst *pm = (struct permonst *) 0;
if (found > 1 || need_to_look) {
char monbuf[BUFSZ];