Fix Coverity ID 1300: UNUSED_VALUE in dissect_spotlight: "returned_pointer
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Oct 2011 16:08:13 +0000 (16:08 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Oct 2011 16:08:13 +0000 (16:08 +0000)
commit744b8a1af28c31dc66f614a66657ba1c286176f5
treec0d77a18726506a399705c49b0117563948a5506
parentda7ec7c50d08fb9b9c1dc15be1c290f2aad017b4
Fix Coverity ID 1300: UNUSED_VALUE in dissect_spotlight: "returned_pointer
is never used" because of the return -1 at the end of this if block.
Removed item_toc = assignment and fixed indentation.

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