summaryrefslogtreecommitdiff
path: root/epan/proto.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-08 18:27:22 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-09 02:27:52 +0000
commit241c0da314699347fd8ed45f38257bdfaa0ef235 (patch)
tree3686baf5a4424de0c10fdd57e2c019d30fe7cb18 /epan/proto.c
parentc67c6e8f30b02450de2d9fb02b91026c5f954448 (diff)
downloadwireshark-241c0da314699347fd8ed45f38257bdfaa0ef235.tar.gz
Get rid of trailing white space.
Change-Id: Icc086c9dc1215115dd2a2ea4dbf7027237fe892e Reviewed-on: https://code.wireshark.org/review/13140 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 3a9566a9ba..57061fa311 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -2350,7 +2350,7 @@ ptvcursor_add(ptvcursor_t *ptvc, int hfindex, gint length,
offset = ptvc->offset;
PROTO_REGISTRAR_GET_NTH(hfindex, hfinfo);
get_hfi_length(hfinfo, ptvc->tvb, offset, &length, &item_length);
- ptvc->offset += get_full_length(hfinfo, ptvc->tvb, offset, length,
+ ptvc->offset += get_full_length(hfinfo, ptvc->tvb, offset, length,
item_length, encoding);
test_length(hfinfo, ptvc->tvb, offset, item_length);