From 92d3d6ed5f0e7a762724354a510d25a2a8ff9470 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 20 Dec 2023 20:07:33 -0500 Subject: [PATCH] comment bit --- include/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/extern.h b/include/extern.h index 370a7d5f0..02318244d 100644 --- a/include/extern.h +++ b/include/extern.h @@ -2162,7 +2162,7 @@ extern const char *shield_simple_name(struct obj *) NONNULL NO_NONNULLS; extern const char *shirt_simple_name(struct obj *) NONNULL NO_NONNULLS; extern const char *mimic_obj_name(struct monst *) NONNULL NONNULLARG1; /* safe_qbuf() contains tests for NULL arg2 and arg3, qprefix and qsuffix, - preventing use of NONNULLPTRS. NONNULLARG14567 is not defined */ + preventing use of NONNULLPTRS. */ extern char *safe_qbuf(char *, const char *, const char *, struct obj *, char * (*)(struct obj *), char * (*)(struct obj *), const char *) NONNULL NONNULLARG14;