aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-03-29 21:20:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-03-29 21:20:36 +0000
commit645cfe9ef2036e091e171dcceb543679d6ab7c7d (patch)
treeb52695d4783642a3244ff76688cb8169e39662c3 /plugins/ethercat
parentce248d9ea90d606cb2f0d9e97b5f1d5460e36eaf (diff)
Add a missing break.
CID 487 svn path=/trunk/; revision=36403
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/packet-ecatmb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c
index 4ed7455d1f..84936e927e 100644
--- a/plugins/ethercat/packet-ecatmb.c
+++ b/plugins/ethercat/packet-ecatmb.c
@@ -569,6 +569,7 @@ static void SoeFormatter(tvbuff_t *tvb, gint offset, char *szText, gint nMax, gu
break;
case 6:
g_snprintf ( szText, nMax, "SoE: EMGCY");
+ break;
default:
g_snprintf ( szText, nMax, "SoE:");
}