From 2542f9badac4cacf3435085a51974c31bc14b58d Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 22 Dec 2023 11:42:19 -0500 Subject: [PATCH] follow-up correction --- src/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.c b/src/write.c index 9227505d6..ce9afc142 100644 --- a/src/write.c +++ b/src/write.c @@ -6,7 +6,7 @@ static int cost(struct obj *) NONNULLARG1; static boolean label_known(int, struct obj *) NO_NNARGS; static int write_ok(struct obj *) NO_NNARGS; -static char *new_book_description(int, char *) NONNULL NONNULLARG1; +static char *new_book_description(int, char *) NONNULL NONNULLPTRS; /* * returns basecost of a scroll or a spellbook