Put in a "break" statement after the "default:" clause; GCC may allow
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 Feb 2002 11:52:41 +0000 (11:52 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 2 Feb 2002 11:52:41 +0000 (11:52 +0000)
commit0d17091817f770f08894954d1ffcb472af9ee200
tree72135301754432e0aeca9b2fd3e126a5f624a65d
parent900bc8d35d8da3dfd51209435cf509adca137a58
Put in a "break" statement after the "default:" clause; GCC may allow
you to have a label with no statement after it, but other C compilers
(e.g, MSVC++ 6.0) don't.

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