summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/canberra.h.in (renamed from src/canberra.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/canberra.h b/src/canberra.h.in
index c3e55c2..857c0cb 100644
--- a/src/canberra.h
+++ b/src/canberra.h.in
@@ -55,7 +55,7 @@ extern "C" {
* specified parameters.
*/
#define CA_CHECK_VERSION(major,minor) \
- (CA_MAJOR > (major) || \
+ ((CA_MAJOR > (major)) || \
(CA_MAJOR == (major) && CA_MINOR >= (minor)))
/**