From: SHIRAKATA Kentaro Date: Fri, 20 May 2022 15:33:53 +0000 (+0900) Subject: adjust the function name in impossible() X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3baa00bb1ea5034798448e8d0499a5fc70c3e6c3;p=nethack adjust the function name in impossible() --- 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) {