Get rid of a cast that was causing alignment warnings and that was bogus
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Apr 2011 02:53:58 +0000 (02:53 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Apr 2011 02:53:58 +0000 (02:53 +0000)
commitc37a05491d5ddac555925981af87ac0c06e78594
treef873c2c45fb0a8373077251c4c031cb90b8c50e6
parentdfc4dc133d358e910bcaa51996bef1076eefc17f
Get rid of a cast that was causing alignment warnings and that was bogus
anyway (the second argument to g_slist_find_custom is a gconstpointer,
not a gpointer * or a gconstpointer *).

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