From 018a39d2de93d5c1dd9da3326b33eb2600df5cc6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 16 Sep 2022 00:55:08 -0400 Subject: [PATCH] modernize added old-style function declarator --- src/mon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mon.c b/src/mon.c index 123b930a2..cc18b0c46 100644 --- a/src/mon.c +++ b/src/mon.c @@ -5172,8 +5172,7 @@ usmellmon(struct permonst* mdat) and potentially re-equip gear at the start of its next move; this hides the details of that */ void -check_gear_next_turn(mon) -struct monst *mon; +check_gear_next_turn(struct monst *mon) { mon->misc_worn_check |= I_SPECIAL; }