summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 14451f56c1..c2c9d714cd 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -1944,7 +1944,7 @@ static band_type _choose_band(int mon_type, int power, int &band_size)
case MONS_GOLDEN_EYE:
band = BAND_GOLDEN_EYE;
band_size = 1 + random2(5);
- break;
+ break;
} // end switch
if (band != BAND_NO_BAND && band_size == 0)