aboutsummaryrefslogtreecommitdiffstats
path: root/tap-h225counter.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-03-27 13:16:50 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-03-27 13:16:50 +0000
commit58df865db5554b74fa0d6c5f6155d47037bb03d4 (patch)
treec6ced99add573526931b9feca10f3d22473239a8 /tap-h225counter.c
parenta39c0d95775b30ed42b84b3f3d7e06c49f94bb28 (diff)
Added a missing break.
Coverity 491. svn path=/trunk/; revision=36357
Diffstat (limited to 'tap-h225counter.c')
-rw-r--r--tap-h225counter.c1
1 files changed, 1 insertions, 0 deletions
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) {