Forgot to put break in the last patch

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@64 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Martin Pycko
2003-10-13 22:36:07 +00:00
parent f63cc76a94
commit b5fa5986b2

1
q931.c
View File

@@ -1264,6 +1264,7 @@ static inline int q931_cr(q931_h *h)
cr &= ~0x80; cr &= ~0x80;
cr |= 0x8000; cr |= 0x8000;
} }
break;
default: default:
pri_error("Call Reference Length not supported: %d\n", h->crlen); pri_error("Call Reference Length not supported: %d\n", h->crlen);
} }