Remove a _U_ which I should not have used.

svn path=/trunk/; revision=47625
This commit is contained in:
Bill Meier 2013-02-11 01:27:04 +00:00
parent eac3307abd
commit 1cb08ae444
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ dissect_PROTOABBREV(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *d
static gboolean
dissect_PROTOABBREV_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
dissect_PROTOABBREV_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
...