Merge branch 'fix-format-char' of https://github.com/argrath/NetHack into pr637

This commit is contained in:
nhmall
2021-11-23 16:45:17 -05:00
+1 -1
View File
@@ -1346,7 +1346,7 @@ shrink_glob(
unsigned old_top_owt = 0; unsigned old_top_owt = 0;
if (!obj->globby) { if (!obj->globby) {
impossible("shrink_glob for non-glob [%s: %s]?", impossible("shrink_glob for non-glob [%d: %s]?",
obj->otyp, simpleonames(obj)); obj->otyp, simpleonames(obj));
return; /* old timer is gone, don't start a new one */ return; /* old timer is gone, don't start a new one */
} }