Added a missing break.

Coverity 491.

svn path=/trunk/; revision=36357
This commit is contained in:
Stig Bjørlykke 2011-03-27 13:16:50 +00:00
parent a39c0d9577
commit 58df865db5
1 changed files with 1 additions and 0 deletions

View File

@ -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) {