From 3baa00bb1ea5034798448e8d0499a5fc70c3e6c3 Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Sat, 21 May 2022 00:33:53 +0900 Subject: [PATCH] adjust the function name in impossible() --- src/pray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pray.c b/src/pray.c index dea8abe27..a6335ec30 100644 --- a/src/pray.c +++ b/src/pray.c @@ -333,7 +333,7 @@ static void fix_curse_trouble(struct obj *otmp, const char *what) { if (!otmp) { - impossible("fix_worst_trouble: nothing to uncurse."); + impossible("fix_curse_trouble: nothing to uncurse."); return; } if (otmp == uarmg && Glib) {