summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 615ef92322..3558234a13 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -378,8 +378,8 @@ void item_corrode( int itco )
}
break;
default:
- /* items which aren't missiles, etc...Could happen
- if we're wielding a deck, say */
+ // items which aren't missiles, etc... could happen if we're
+ // e.g. wielding a deck
return;
}