From a51373bd73dcf4a99fa895ad24508ce5af2d426a Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 4 Jul 2009 17:32:32 +0000 Subject: Add punctuation fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10094 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') 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() -- cgit v1.2.3-54-g00ecf