summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-04 17:32:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-04 17:32:32 +0000
commita51373bd73dcf4a99fa895ad24508ce5af2d426a (patch)
treeb0ad22328552f499a0936ffd82b78bea5110335d /crawl-ref/source/enum.h
parentc26c1d03ff6321bf0f392acc36117ddbe0aed622 (diff)
downloadcrawl-ref-a51373bd73dcf4a99fa895ad24508ce5af2d426a.tar.gz
crawl-ref-a51373bd73dcf4a99fa895ad24508ce5af2d426a.zip
Add punctuation fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10094 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 8b696fc5cc..930c1718ac 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2484,7 +2484,7 @@ enum score_format_type
{
SCORE_TERSE, // one line
SCORE_REGULAR, // two lines (name, cause, blank)
- SCORE_VERBOSE // everything (dates, times, god, etc)
+ SCORE_VERBOSE // everything (dates, times, god, etc.)
};
enum shop_type // (unsigned char) env.sh_type[], item_in_shop(), in_a_shop()