Not all compilers allow labels that don't have a statement following
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 13 Aug 2002 18:12:11 +0000 (18:12 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 13 Aug 2002 18:12:11 +0000 (18:12 +0000)
commit9574f68dd4dd696e9e5eaa57fb46e3d81d99bc20
tree7f7b140e9003067ff45e0172ce0d2f3cec7a5562
parentb597326ac0d6ca37caba57187737e1176a81bb78
Not all compilers allow labels that don't have a statement following
them.  Put a "break;" statement after a case label that didn't have it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5990 f5534014-38df-0310-8fa8-9805f1628bb7
capture.c