From 58df865db5554b74fa0d6c5f6155d47037bb03d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 27 Mar 2011 13:16:50 +0000 Subject: [PATCH] Added a missing break. Coverity 491. svn path=/trunk/; revision=36357 --- tap-h225counter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tap-h225counter.c b/tap-h225counter.c index 5368f65ff0..6076f1c225 100644 --- a/tap-h225counter.c +++ b/tap-h225counter.c @@ -305,6 +305,7 @@ h225counter_draw(void *phs) printf(" %s : %u\n", val_to_str(j,LocationRejectReason_vals,"unknown reason "), hs->lrj_reason[j]); } } + break; case 29: /* IRQNak */ for(j=0;j<=IRQNAK_REASONS;j++) { if(hs->irqnak_reason[j]!=0) {