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

@@ -347,7 +347,7 @@ shuffle_all(void)
/* Return TRUE if the provided string matches the unidentified description of
* the provided object. */
boolean
objdescr_is(struct obj* obj, const char * descr)
objdescr_is(struct obj *obj, const char *descr)
{
const char *objdescr;