aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble_test.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-24 17:39:03 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-24 17:39:03 +0000
commitb8812638dcc2334bbd1524c950044785b664e56e (patch)
tree49eae262990a91945e834f775c39a1e5d6b04506 /epan/reassemble_test.c
parent98c68fc8ec3dd6d3514bc5ca42941e7659d320fb (diff)
Use the new name for the last argument to proto_tree_add_item().
svn path=/trunk/; revision=32935
Diffstat (limited to 'epan/reassemble_test.c')
-rw-r--r--epan/reassemble_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/reassemble_test.c b/epan/reassemble_test.c
index 4f87acc8c5..4211e6b4a0 100644
--- a/epan/reassemble_test.c
+++ b/epan/reassemble_test.c
@@ -1103,7 +1103,7 @@ proto_item *proto_tree_add_boolean(proto_tree *tree _U_, int hfindex _U_,
proto_item *proto_tree_add_item(proto_tree *tree _U_, const int hfindex _U_,
tvbuff_t *tvb _U_, const gint start _U_,
gint length _U_,
- const guint little_endian _U_)
+ const guint encoding _U_)
{ return NULL; }
gint check_col(column_info *cinfo _U_, const gint col _U_)