From b5fa5986b2f1cb81d512ff7839aedddefd2265b2 Mon Sep 17 00:00:00 2001 From: Martin Pycko Date: Mon, 13 Oct 2003 22:36:07 +0000 Subject: [PATCH] Forgot to put break in the last patch git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@64 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 1 + 1 file changed, 1 insertion(+) diff --git a/q931.c b/q931.c index dabd3cb..ac9cc11 100755 --- a/q931.c +++ b/q931.c @@ -1264,6 +1264,7 @@ static inline int q931_cr(q931_h *h) cr &= ~0x80; cr |= 0x8000; } + break; default: pri_error("Call Reference Length not supported: %d\n", h->crlen); }