summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 78ad3eff52..5d4b208a07 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -2957,7 +2957,8 @@ std::string _status_mut_abilities()
if (level == 3)
current = "shaggy fur";
break;
- default: break;
+ default:
+ break;
}
if (!current.empty())