diff options
author | Bill Meier <wmeier@newsguy.com> | 2013-02-11 01:27:04 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2013-02-11 01:27:04 +0000 |
commit | 1cb08ae44417c15449def01dc15343a11fb0ad04 (patch) | |
tree | 2855e481a5f6053c9e8bee57f73b53b55bc8dffb /doc | |
parent | eac3307abdd80f8c737df3fedaf07d995b9f5dba (diff) | |
download | wireshark-1cb08ae44417c15449def01dc15343a11fb0ad04.tar.gz wireshark-1cb08ae44417c15449def01dc15343a11fb0ad04.tar.bz2 wireshark-1cb08ae44417c15449def01dc15343a11fb0ad04.zip |
Remove a _U_ which I should not have used.
svn path=/trunk/; revision=47625
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.heuristic | 2 |
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) { ... |