diff options
-rw-r--r-- | contrib/libottery/ottery_global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libottery/ottery_global.c b/contrib/libottery/ottery_global.c index db8d48ac4..a1d919885 100644 --- a/contrib/libottery/ottery_global.c +++ b/contrib/libottery/ottery_global.c @@ -24,7 +24,7 @@ #ifdef __GNUC__ #define UNLIKELY(x) __builtin_expect((x), 0) #else -#define UNLIKELY(x) +#define UNLIKELY(x) (x) #endif /** Flag: true iff ottery_global_state_ is initialized. */ |