summaryrefslogtreecommitdiff
path: root/src/porting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/porting.h')
-rw-r--r--src/porting.h2
1 files changed, 1 insertions, 1 deletions
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