From a0887505eb112708e36bac24d1ee7949588fc215 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 7 Mar 2007 06:02:32 +0000 Subject: Kill hard tabs in .h files and crawl_options.txt. Turn off mp_warning by default. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@990 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/menu.h') 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 ) -- cgit v1.2.3-54-g00ecf