aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps2.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-30 23:27:57 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-30 23:27:57 +0000
commit81f31bd4efc44d21d97e28c0c200bbfa00dec5f1 (patch)
treea20bce4d29b63e0b5000df417fd5ea9a77fda49f /epan/dissectors/packet-rtps2.c
parent9ebbf1698f7480204a5bbed75e77b82d72ec564f (diff)
Fix various instances of "unreachable code".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35713 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rtps2.c')
-rw-r--r--epan/dissectors/packet-rtps2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtps2.c b/epan/dissectors/packet-rtps2.c
index 865112ce2a..115a70766d 100644
--- a/epan/dissectors/packet-rtps2.c
+++ b/epan/dissectors/packet-rtps2.c
@@ -5511,7 +5511,7 @@ static gint dissect_parameter_sequence(proto_tree *tree,
offset += param_length;
} /* for all the parameters */
- return offset;
+ g_assert_not_reached();
}
#undef ENSURE_LENGTH