From ee0d955050c89c4c69e46cdaecf3a02e655b3ae8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 26 Jan 2025 12:25:27 -0500 Subject: [PATCH] follow-up: make definition match proto staticfn --- src/artifact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/artifact.c b/src/artifact.c index 7b69820b8..e519595aa 100644 --- a/src/artifact.c +++ b/src/artifact.c @@ -273,7 +273,7 @@ mk_artifact( return otmp; } -void +staticfn void dispose_of_orig_obj(struct obj *obj) { if (!obj)