From 6b1081dea1042b31e2708ac5d5162ca0af91fb46 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 17 Dec 2014 15:43:06 +0100 Subject: Make maximum nice value 19 instead of 20 on Linux --- src/procdialogs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/procdialogs.h') diff --git a/src/procdialogs.h b/src/procdialogs.h index a126a45..2a15832 100644 --- a/src/procdialogs.h +++ b/src/procdialogs.h @@ -26,7 +26,7 @@ /* These are the actual range of settable values. Values outside this range are scaled back to these limits. So show these limits in the slider */ -#ifdef linux +#ifdef __linux__ #define RENICE_VAL_MIN -20 #define RENICE_VAL_MAX 19 #else /* ! linux */ -- cgit v1.2.1