summaryrefslogtreecommitdiff
path: root/doc/README.heuristic
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-11 01:27:04 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-11 01:27:04 +0000
commit1cb08ae44417c15449def01dc15343a11fb0ad04 (patch)
tree2855e481a5f6053c9e8bee57f73b53b55bc8dffb /doc/README.heuristic
parenteac3307abdd80f8c737df3fedaf07d995b9f5dba (diff)
downloadwireshark-1cb08ae44417c15449def01dc15343a11fb0ad04.tar.gz
Remove a _U_ which I should not have used.
svn path=/trunk/; revision=47625
Diffstat (limited to 'doc/README.heuristic')
-rw-r--r--doc/README.heuristic2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.heuristic b/doc/README.heuristic
index 1746bd97ee..e554d505f9 100644
--- a/doc/README.heuristic
+++ b/doc/README.heuristic
@@ -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)
{
...