summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/format.cc')
-rw-r--r--crawl-ref/source/format.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/format.cc b/crawl-ref/source/format.cc
index d5d34fd768..e4280e5038 100644
--- a/crawl-ref/source/format.cc
+++ b/crawl-ref/source/format.cc
@@ -232,11 +232,11 @@ void formatted_string::parse_string1(
}
else
{
- colour_stack.push_back(get_colour(tagtext));
+ colour_stack.push_back(get_colour(tagtext));
}
// fs.cprintf("%d%d", colour_stack.size(), colour_stack.back());
- fs.textcolor(colour_stack.back());
+ fs.textcolor(colour_stack.back());
tag += tagtext.length() + 1;
}