From 5b1c13035877e9a9fcfad7b322244a309b49f212 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 28 Apr 2007 09:33:16 +0000 Subject: And the beat goes on (stringstreams). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1386 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/database.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/database.cc') diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc index ff911b4874..ed4994cbfb 100644 --- a/crawl-ref/source/database.cc +++ b/crawl-ref/source/database.cc @@ -115,7 +115,7 @@ std::string getLongDescription(const std::string &key) return (""); // We have to canonicalize the key (in case the user typed it - // in and got the case wrong. + // in and got the case wrong.) std::string canonical_key = key; lowercase(canonical_key); -- cgit v1.2.3-54-g00ecf