summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-input.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ng-input.cc')
-rw-r--r--crawl-ref/source/ng-input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-input.cc b/crawl-ref/source/ng-input.cc
index 4453ffe1e7..8ec4678555 100644
--- a/crawl-ref/source/ng-input.cc
+++ b/crawl-ref/source/ng-input.cc
@@ -9,7 +9,7 @@
#include "options.h"
#include "stuff.h"
-extern std::string init_file_error; // defined in acr.cc
+extern std::string init_file_error; // defined in main.cc
// Eventually, this should be something more grand. {dlb}
void opening_screen(void)