From 27cfa656c3e0239624e8d8399ce9a68fecd25a57 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 28 May 2007 22:49:54 +0000 Subject: [PATCH] missing () git-svn-id: http://svn.openzap.org/svn/openzap/trunk@171 a93c3328-9c30-0410-af19-c9cd2b2d52af --- libs/openzap/src/isdn/include/Q931ie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openzap/src/isdn/include/Q931ie.h b/libs/openzap/src/isdn/include/Q931ie.h index 76633e1882..c5e4a31534 100644 --- a/libs/openzap/src/isdn/include/Q931ie.h +++ b/libs/openzap/src/isdn/include/Q931ie.h @@ -98,7 +98,7 @@ typedef enum { /* Variable Length Codeset 6 Information Elements */ -#define Q931ie_GENERIC_DIGITS Q931_CODESET_6 | 0x37 /* 0011 0111 */ +#define Q931ie_GENERIC_DIGITS (Q931_CODESET_6 | 0x37) /* 0011 0111 */