summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/notes.cc')
-rw-r--r--crawl-ref/source/notes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc
index e92c71ff3d..ef0b5d73b5 100644
--- a/crawl-ref/source/notes.cc
+++ b/crawl-ref/source/notes.cc
@@ -217,7 +217,7 @@ std::string Note::describe( bool when, bool where, bool what ) const
std::ostringstream result;
if ( when )
- result << "| " << std::setw(5) << turn << " ";
+ result << std::setw(6) << turn << " ";
if ( where )
{