aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icq.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-03-27 13:33:28 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-03-27 13:33:28 +0000
commit31b37eec2dc237afcd37a376f6caa912cd7dd7cb (patch)
treef4d1eeb8518442fa27bd17a56ec28ecd8a233790 /epan/dissectors/packet-icq.c
parentd79ac3d6b85d32ffd5206376ec040e26fdefc178 (diff)
Added a FALLTHRU comment to avoid a "missing break" warning.
Coverity 458. svn path=/trunk/; revision=36359
Diffstat (limited to 'epan/dissectors/packet-icq.c')
-rw-r--r--epan/dissectors/packet-icq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-icq.c b/epan/dissectors/packet-icq.c
index e978628dfb..c81beb79f2 100644
--- a/epan/dissectors/packet-icq.c
+++ b/epan/dissectors/packet-icq.c
@@ -1220,6 +1220,7 @@ icqv5_srv_meta_user(proto_tree* tree, /* Tree to put the data in */
offset += sizeof(guint16); left -= sizeof(guint16);
}
+ /* FALLTHRU */
case META_USER_FOUND:
{
/* The goto mentioned in this block should be local to this