From 5bd50a2d9060f265d4c8d2fff062cac106ccab7c Mon Sep 17 00:00:00 2001 From: kwolekr Date: Thu, 21 Feb 2013 22:26:21 -0500 Subject: Fix most walled-off caves --- src/porting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/porting.h') diff --git a/src/porting.h b/src/porting.h index 74ee97f88..03d2fcbd3 100644 --- a/src/porting.h +++ b/src/porting.h @@ -72,7 +72,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define THREAD_PRIORITY_BELOW_NORMAL 1 #define THREAD_PRIORITY_NORMAL 2 #define THREAD_PRIORITY_ABOVE_NORMAL 3 - #define THREAD_PRIORITY_HIGHEST 4 + #define THREAD_PRIORITY_HIGHEST 4 #endif #ifdef _MSC_VER -- cgit v1.2.3