From: Michael Jerris Date: Mon, 28 May 2007 22:49:54 +0000 (+0000) Subject: missing () X-Git-Tag: v1.0.6~38^3~741 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcade4c016ee44023de20022c88093eb3d162378;p=thirdparty%2Ffreeswitch.git missing () git-svn-id: http://svn.openzap.org/svn/openzap/trunk@171 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/freetdm/src/isdn/include/Q931ie.h b/libs/freetdm/src/isdn/include/Q931ie.h index 76633e1882..c5e4a31534 100644 --- a/libs/freetdm/src/isdn/include/Q931ie.h +++ b/libs/freetdm/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 */