need to count by 2's

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@145 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2007-05-24 17:29:22 +00:00
parent 0b76265c61
commit adb55eaedc
1 changed files with 1 additions and 1 deletions

View File

@ -1445,7 +1445,7 @@ typedef enum /* Network/User Mode. */
typedef enum /* Dialect enum */
{
Q931_Dialect_Q931 = 0,
Q931_Dialect_National = 1,
Q931_Dialect_National = 2,
Q931_Dialect_Count
} Q931Dialect_t;