Remove _U_

svn path=/trunk/; revision=54057
This commit is contained in:
Chris Maynard 2013-12-13 20:16:53 +00:00
parent 4b6ef3fac2
commit c88431cbb0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ dissect_paltalk_desegmented(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
}
static gboolean
dissect_paltalk(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
dissect_paltalk(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
guint32 src32, dst32;