Fix Coverity ID #1288: UNUSED_VALUE in spotlight_dissect_query_loop:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Oct 2011 16:15:53 +0000 (16:15 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Oct 2011 16:15:53 +0000 (16:15 +0000)
commit30f32ddede7e08d3485497f4684a395c2507b17f
tree8b7bb8f0ceaa109fc9fb7555bac53ef02c0eb616
parent744b8a1af28c31dc66f614a66657ba1c286176f5
Fix Coverity ID #1288: UNUSED_VALUE in spotlight_dissect_query_loop:
"returned_pointer: Pointer ... is never used" due to break and end
of function after the switch block.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39470 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-afp.c