summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nice/nice.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/nice/nice.h b/nice/nice.h
index 4faf784..74a7e74 100644
--- a/nice/nice.h
+++ b/nice/nice.h
@@ -45,9 +45,7 @@
(NICE_VERSION_MAJOR > (major) || \
(NICE_VERSION_MAJOR == (major) && NICE_VERSION_MINOR > (minor)) || \
(NICE_VERSION_MAJOR == (major) && NICE_VERSION_MINOR == (minor) && \
- NICE_VERSION_MICRO >= (micro)) || \
- (NICE_VERSION_MAJOR == (major) && NICE_VERSION_MINOR == (minor) && \
- NICE_VERSION_MICRO + 1 == (micro) && NICE_VERSION_NANO > 0))
+ NICE_VERSION_MICRO >= (micro)))
#include "agent.h"
#include "interfaces.h"