Qt4: Fix compile warning

This commit is contained in:
Pasi Kallinen
2018-09-10 21:09:58 +03:00
parent 249494c8ee
commit 2ef07ad178

View File

@@ -565,6 +565,8 @@ char NetHackQtBind::qt_yn_function(const char *question_, const char *choices, C
else if (def)
message += QString(" %1").arg(def);
NetHackQtBind::qt_putstr(WIN_MESSAGE, ATR_BOLD, message);
return ret;
}
}