ios15765: tree is used, remove the _U_

Change-Id: Id7fb231fe820308641c09add22dde131757b9e92
Reviewed-on: https://code.wireshark.org/review/16929
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2016-08-06 19:52:00 +02:00
parent 6e3ebccf22
commit 77c41eba6f
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ masked_guint8_value(const guint8 value, const guint8 mask)
}
static int
dissect_iso15765(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree _U_, void* data)
dissect_iso15765(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
{
static guint32 msg_seqid = 0;