Fix CID 1034293: Missing break in switch (MISSING_BREAK)

svn path=/trunk/; revision=50028
This commit is contained in:
Jörg Mayer 2013-06-19 02:54:45 +00:00
parent 52e9ee89fd
commit 2bb61fc8ce
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ dissect_lon(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
break;
}
}
break;
case 3: /* APDU */
offset += dissect_apdu(lon_tree, pinfo, tvb, offset);
break;