summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index 71c9f96a11..6c3b325bc8 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -1704,5 +1704,6 @@ const char *unrandart_descrip( int which_descrip, const item_def &item )
return ((which_descrip == 0) ? unrand->spec_descrip1 :
(which_descrip == 1) ? unrand->spec_descrip2 :
- (which_descrip == 2) ? unrand->spec_descrip3 : "Unknown.");
+ (which_descrip == 2) ? unrand->spec_descrip3
+ : "Unknown.");
}