diff options
author | Bill Meier <wmeier@newsguy.com> | 2007-07-18 15:07:45 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2007-07-18 15:07:45 +0000 |
commit | 71209c200f73964fade74dd578624bc035271831 (patch) | |
tree | bf4c3b36a6533a2e8e45dec74995b1a7df7be382 /epan/dissectors/packet-diameter.c | |
parent | 3f0e5022e2aa7cb8339e1c719f91469445ab2115 (diff) | |
download | wireshark-71209c200f73964fade74dd578624bc035271831.tar.gz wireshark-71209c200f73964fade74dd578624bc035271831.tar.bz2 wireshark-71209c200f73964fade74dd578624bc035271831.zip |
Fix two Windows compile warnings
svn path=/trunk/; revision=22353
Diffstat (limited to 'epan/dissectors/packet-diameter.c')
-rw-r--r-- | epan/dissectors/packet-diameter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-diameter.c b/epan/dissectors/packet-diameter.c index 4548a9461f..5db7ed5efd 100644 --- a/epan/dissectors/packet-diameter.c +++ b/epan/dissectors/packet-diameter.c @@ -468,7 +468,7 @@ static const char* grouped_avp(diam_ctx_t* c, diam_avp_t* a, tvbuff_t* tvb) { return NULL; } -static const char const* msgflags_str[] = { +static const char* msgflags_str[] = { "----", "---T", "--E-", "--ET", "-P--", "-P-T", "-PE-", "-PET", "R---", "R--T", "R-E-", "R-ET", |