aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_2.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-14 17:45:03 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-14 17:45:03 +0000
commit0a99ee25d5cce63ddbd52215969bae948c7501d3 (patch)
treee84332d4628df3b173adad8cc7cd9ad4213298ae /epan/dissectors/packet-h248_2.c
parent85ab202c08b3e0c5eafef26f3dddc2c4214b5ac4 (diff)
Don't make claims of constness that can't be guaranteed in terms the C
compiler can verify. svn path=/trunk/; revision=54792
Diffstat (limited to 'epan/dissectors/packet-h248_2.c')
-rw-r--r--epan/dissectors/packet-h248_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248_2.c b/epan/dissectors/packet-h248_2.c
index ad58c13cd2..6221f02f05 100644
--- a/epan/dissectors/packet-h248_2.c
+++ b/epan/dissectors/packet-h248_2.c
@@ -105,7 +105,7 @@ static h248_pkg_evt_t h248_pkg_generic_cause_evts[] = {
/* Call Type Discrimination Package */
-static const h248_package_t h248_pkg_ctype = {
+static h248_package_t h248_pkg_ctype = {
0x0011, /* Id */
&proto_h248_2, /* hfid */
&ett_h248_2, /* ett */