summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/travel.cc')
-rw-r--r--crawl-ref/source/travel.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/travel.cc b/crawl-ref/source/travel.cc
index 3cacfce33a..caba8bb6ce 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -1069,8 +1069,8 @@ static void _explore_find_target_square()
inacc.push_back("places");
mprf("Partly explored, can't reach some %s.",
- comma_separated_line( inacc.begin(),
- inacc.end()).c_str());
+ comma_separated_line(inacc.begin(),
+ inacc.end()).c_str());
}
stop_running();
}