summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h264.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-03 10:56:55 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-03 10:56:55 +0000
commit6166208f125632ec0b0690d4fcb63c75e184fe37 (patch)
tree4e53cff5d56ad4a9591ae70130ba170e27c92a03 /epan/dissectors/packet-h264.c
parent60e3e52a5329ca1b7559a18146f745254b24d7cd (diff)
downloadwireshark-6166208f125632ec0b0690d4fcb63c75e184fe37.tar.gz
Make Mac OS X buildbot happy (Missing _U_)
svn path=/trunk/; revision=53056
Diffstat (limited to 'epan/dissectors/packet-h264.c')
-rw-r--r--epan/dissectors/packet-h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index 8d59be5c96..01b287df62 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -2017,7 +2017,7 @@ static const value_string h264_par_level_values[] = {
};
static int
-dissect_h264_par_level(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree _U_, void *data _U_)
+dissect_h264_par_level(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_)
{
int offset = 0;
guint16 lvl;