summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-12 16:32:52 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-12 16:32:52 +0000
commit3dbe5462b4b3113a209e0c00bc38dc324ef5b313 (patch)
treea63e4349d7d5c916faa025f59425bfdbb7124acd /crawl-ref/source/stash.cc
parent6abfdfb2cdb6e78d530512692b80200d46211aff (diff)
downloadcrawl-ref-3dbe5462b4b3113a209e0c00bc38dc324ef5b313.tar.gz
crawl-ref-3dbe5462b4b3113a209e0c00bc38dc324ef5b313.zip
Code cleanup in describe.cc randart descriptions.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3048 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stash.cc')
-rw-r--r--crawl-ref/source/stash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index b0555abe6a..139b9bdb3d 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -1456,7 +1456,7 @@ void StashTracker::search_stashes()
if (results.size() > SEARCH_SPAM_THRESHOLD)
{
mpr("Too many matches; use a more specific search.", MSGCH_PLAIN);
- return ;
+ return;
}
display_search_results(results);