summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index e76d86ae9f..9d58fa4158 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -72,7 +72,7 @@ struct MenuEntry
virtual ~MenuEntry() { }
bool operator<( const MenuEntry& rhs ) const {
- return text < rhs.text;
+ return text < rhs.text;
}
void add_hotkey( int key )