summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-10-20 23:01:22 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2014-10-21 17:45:46 +0000
commit5f6be84c18dac3e1d822bfbbd90401bde7697ac7 (patch)
tree798a5d1241f9643cc51fbeae7718a8af0e155726 /epan
parent86386243cd5062c7b1701d505efade4774b2dfd7 (diff)
downloadwireshark-5f6be84c18dac3e1d822bfbbd90401bde7697ac7.tar.gz
no need for continue at the end of a while loop, we loop anyway
Change-Id: I96ff9ee0967fcdb2c8122649a2363a36ea2a2882 Reviewed-on: https://code.wireshark.org/review/4884 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-tn3270.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index fa113871b5..48ae32e155 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -4740,7 +4740,6 @@ dissect_structured_fields(proto_tree *tn3270_tree, packet_info *pinfo, tvbuff_t
display_sf_hdr(tn3270_tree, tvb, offset, sf_length,
sf_length, sf_id_len, sf_id_str);
offset += sf_length;
- continue;
} /* while */
return (offset - start);