adjust the function name in impossible()
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user