Removed uneeded 'continue'.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 27 Mar 2011 14:34:19 +0000 (14:34 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 27 Mar 2011 14:34:19 +0000 (14:34 +0000)
Fixes Coverity 815 ("UNREACHABLE").

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

plugins/mate/mate_util.c

index 59c4ee8667e6db3940110149fb98ec62523de5fa..7f074e74713181ccdf04a9f94876be3604611719 100644 (file)
@@ -1669,7 +1669,6 @@ extern LoAL* loal_from_file(gchar* filename) {
                                                default:
                                                        continue;
                                        }
-                                       continue;
                                case START:
                                        switch (c) {
                                                case ' ': case '\t':