summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 21:11:51 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 21:11:51 +0000
commit199f75a31056f4e8498d525237a332d15d0d0840 (patch)
tree7c040d1b707be50503ffaf4a3cd26abd1f6b6013 /crawl-ref/source/format.cc
parentc28000887315cd6f4b0c92b25ac95e9675111cf5 (diff)
downloadcrawl-ref-199f75a31056f4e8498d525237a332d15d0d0840.tar.gz
crawl-ref-199f75a31056f4e8498d525237a332d15d0d0840.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5442 c06c8d41-db1a-0410-9941-cceddc491573
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 8f39bea3f6..110ec3e555 100644
--- a/crawl-ref/source/format.cc
+++ b/crawl-ref/source/format.cc
@@ -124,14 +124,14 @@ void formatted_string::parse_string_to_multiple(
}
}
-// Helper for the other parse_ methods
+// Helper for the other parse_ methods.
void formatted_string::parse_string1(
const std::string &s,
formatted_string &fs,
std::vector<int> &colour_stack,
bool (*process)(const std::string &tag))
{
- // FIXME This is a lame mess, just good enough for the task on hand
+ // FIXME: This is a lame mess, just good enough for the task on hand
// (keyboard help).
std::string::size_type tag = std::string::npos;
std::string::size_type length = s.length();