From 199f75a31056f4e8498d525237a332d15d0d0840 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 2 Jun 2008 21:11:51 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5442 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/format.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/format.cc') 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 &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(); -- cgit v1.2.3-54-g00ecf