From f6b8a1eea325bf2a8e9e81bf8d57c84d22787e6c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 10 Jun 2008 15:29:56 +0000 Subject: Clean-up (renaming static methods and comments) in a number of files. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5703 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/database.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/database.cc') diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc index c949606788..c64b6b44a0 100644 --- a/crawl-ref/source/database.cc +++ b/crawl-ref/source/database.cc @@ -469,7 +469,7 @@ static std::string _getWeightedString(DBM *database, const std::string &key, if (result.dsize <= 0) { - // Try ignoring the suffix + // Try ignoring the suffix. canonical_key = key; lowercase(canonical_key); @@ -529,7 +529,7 @@ static std::string _getRandomizedStr(DBM *database, const std::string &key, } // Replace any "@foo@" markers that can be found in this database. -// Those that can't be found are left alone for the caller to deal with +// Those that can't be found are left alone for the caller to deal with. static void _call_recursive_replacement(std::string &str, DBM *database, const std::string &suffix, int &num_replacements, -- cgit v1.2.3-54-g00ecf