1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-26 15:22:23 +01:00

add missing ;

This commit is contained in:
NeroOneTrueKing 2017-07-18 23:44:42 -05:00 committed by GitHub
parent e1e349c3ef
commit 4136ea9c9c

View file

@ -3862,7 +3862,7 @@ int floorID;
putstr(datawin, 0, " Secondary effects:");
putstr(datawin, 0, secondary);
if (secondary2[0] != 0)
putstr(datawin, 0, secondary2)
putstr(datawin, 0, secondary2);
putstr(datawin, 0, "");
display_nhwindow(datawin, FALSE);
destroy_nhwindow(datawin);