aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-29 21:20:36 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-29 21:20:36 +0000
commitd0b214138d2c00a6234dc1a9a096817d776e3f97 (patch)
treeb52695d4783642a3244ff76688cb8169e39662c3 /plugins
parent1104b08147fc7c7674cbbf7e39b5adf52226e508 (diff)
Add a missing break.
CID 487 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36403 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-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:");
}