aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn5250.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-20 18:23:32 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-21 01:23:59 +0000
commit8868cf175ad3cb1d84653bc869de8c004817b3bb (patch)
tree2da6a98cc795c45937a933cc7af6fc0e62cd3591 /epan/dissectors/packet-tn5250.c
parent29ab9673f9e9590335e40a17e1339fb7893e8230 (diff)
Fix the earlier checkin.
Remove some trailing white space while we're at it. Change-Id: If399077a799e24302640776760b4388687ecad4f Reviewed-on: https://code.wireshark.org/review/4889 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-tn5250.c')
-rw-r--r--epan/dissectors/packet-tn5250.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-tn5250.c b/epan/dissectors/packet-tn5250.c
index bf735fd124..86e2b066f1 100644
--- a/epan/dissectors/packet-tn5250.c
+++ b/epan/dissectors/packet-tn5250.c
@@ -4707,13 +4707,13 @@ dissect_write_structured_field(proto_tree *tn5250_tree, tvbuff_t *tvb, gint offs
offset++;
/*
* XXX - the documentation cited above says this is a
- * "4-byte EBCDIC code for the value of text pitch that is
+ * "4-byte EBCDIC code for the value of text pitch that is
* displayed on the status line". Does that mean that
* each of these entries is 5 bytes long?
*/
proto_tree_add_item(tn5250_tree, hf_tn5250_dpt_ec, tvb, offset,
- length, ENC_EBCDIC|ENC_NA);
- offset++;
+ 4, ENC_EBCDIC|ENC_NA);
+ offset += 4;
}
break;
case DEFINE_FAKE_DP_COMMAND_KEY_FUNCTION: