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

@@ -3765,7 +3765,7 @@ status_hilite_menu_add(int origfld)
if (initblstats[fld].anytype != ANY_STR) {
boolean ltok = (fld != BL_TIME), gtok = TRUE;
lt_gt_eq = status_hilite_menu_choose_updownboth(fld, (char *)0,
lt_gt_eq = status_hilite_menu_choose_updownboth(fld, (char *) 0,
ltok, gtok);
if (lt_gt_eq == NO_LTEQGT)
goto choose_behavior;