aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-03-27 14:34:19 +0000
committerBill Meier <wmeier@newsguy.com>2011-03-27 14:34:19 +0000
commit7c41d527fdd985488061482210717a270b2ed151 (patch)
treeb2a9c883cc73099e9c5355f867c010a6376b5951 /plugins/mate
parente43c9a35e4b7cb2ab6b85102efad48ae295baa8b (diff)
Removed uneeded 'continue'.
Fixes Coverity 815 ("UNREACHABLE"). svn path=/trunk/; revision=36367
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/mate_util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c
index 59c4ee8667..7f074e7471 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -1669,7 +1669,6 @@ extern LoAL* loal_from_file(gchar* filename) {
default:
continue;
}
- continue;
case START:
switch (c) {
case ' ': case '\t':