summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cio.cc')
-rw-r--r--crawl-ref/source/cio.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/cio.cc b/crawl-ref/source/cio.cc
index d82edfcd83..f8ac4bb957 100644
--- a/crawl-ref/source/cio.cc
+++ b/crawl-ref/source/cio.cc
@@ -126,7 +126,6 @@ void get_input_line( char *const buff, int len )
std::string &line = crawl_state.input_line_strs[curr];
strcpy(buff, line.c_str());
-
return;
}