Fix thinko on preprocessor conditional

This commit is contained in:
Pasi Kallinen
2017-08-19 13:47:41 +03:00
parent 42a3f9d906
commit 9eae5a8c4b
+1 -1
View File
@@ -1373,7 +1373,7 @@ int how;
if (!done_stopprint) if (!done_stopprint)
artifact_score(invent, FALSE, endwin); /* list artifacts */ artifact_score(invent, FALSE, endwin); /* list artifacts */
#if DUMPLOG #ifdef DUMPLOG
dump_redirect(TRUE); dump_redirect(TRUE);
artifact_score(invent, FALSE, 0); artifact_score(invent, FALSE, 0);
dump_redirect(FALSE); dump_redirect(FALSE);