From 9eae5a8c4b04592de17cae65a616875e3b61d66d Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 19 Aug 2017 13:47:41 +0300 Subject: [PATCH] Fix thinko on preprocessor conditional --- src/end.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/end.c b/src/end.c index 7cd3e4304..b4f779cf2 100644 --- a/src/end.c +++ b/src/end.c @@ -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);