pointer decl style consistency; use any_types enum

This commit is contained in:
nhmall
2025-03-06 07:20:16 -05:00
parent 78ca37290b
commit ceee6aff31
8 changed files with 9 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ dev_name(void)
}
staticfn void
get_mplname(struct monst* mtmp, char *nam)
get_mplname(struct monst *mtmp, char *nam)
{
boolean fmlkind = is_female(mtmp->data);
const char *devnam;