]> granicus.if.org Git - nethack/commitdiff
adjust the function name in impossible()
authorSHIRAKATA Kentaro <argrath@ub32.org>
Fri, 20 May 2022 15:33:53 +0000 (00:33 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Fri, 20 May 2022 15:33:53 +0000 (00:33 +0900)
src/pray.c

index dea8abe27559926fc1ff6e7afab70a0adf4965fd..a6335ec3051a94a150e935237f705a7aa511c295 100644 (file)
@@ -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) {