Fix thinko on preprocessor conditional

This commit is contained in:
Pasi Kallinen
2017-08-19 13:47:41 +03:00
parent 42a3f9d906
commit 9eae5a8c4b

View File

@@ -1373,7 +1373,7 @@ int how;
if (!done_stopprint)
artifact_score(invent, FALSE, endwin); /* list artifacts */
#if DUMPLOG
#ifdef DUMPLOG
dump_redirect(TRUE);
artifact_score(invent, FALSE, 0);
dump_redirect(FALSE);