adjust the function name in impossible()

This commit is contained in:
SHIRAKATA Kentaro
2022-05-21 00:33:53 +09:00
parent 0315cd876a
commit 3baa00bb1e

View File

@@ -333,7 +333,7 @@ static void
fix_curse_trouble(struct obj *otmp, const char *what) fix_curse_trouble(struct obj *otmp, const char *what)
{ {
if (!otmp) { if (!otmp) {
impossible("fix_worst_trouble: nothing to uncurse."); impossible("fix_curse_trouble: nothing to uncurse.");
return; return;
} }
if (otmp == uarmg && Glib) { if (otmp == uarmg && Glib) {