aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn5250.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-tn5250.c')
-rw-r--r--epan/dissectors/packet-tn5250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tn5250.c b/epan/dissectors/packet-tn5250.c
index c9913d1b88..75c5ee9cee 100644
--- a/epan/dissectors/packet-tn5250.c
+++ b/epan/dissectors/packet-tn5250.c
@@ -4608,7 +4608,7 @@ dissect_write_structured_field(proto_tree *tn5250_tree, tvbuff_t *tvb, gint offs
case DEFINE_SCALE_LINE:
offset += tn5250_add_hf_items(tn5250_tree, tvb, offset, dsl_fields);
while ((offset - start) < sf_length) {
- /* XXX length unused
+ /* XXX length unused
length = tvb_get_guint8(tvb,offset); */
offset += tn5250_add_hf_items(tn5250_tree, tvb, offset, dsl_fields2);
}