aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_7.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_7.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_7.c')
-rw-r--r--epan/dissectors/packet-h248_7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h248_7.c b/epan/dissectors/packet-h248_7.c
index 4b7e7374d5..5cba7a1b28 100644
--- a/epan/dissectors/packet-h248_7.c
+++ b/epan/dissectors/packet-h248_7.c
@@ -123,7 +123,7 @@ static const h248_pkg_sig_t h248_an_signals[] = {
{ 0, NULL, NULL, NULL, NULL}
};
-static const h248_package_t h248_pkg_an = {
+static h248_package_t h248_pkg_an = {
0x001d,
&proto_h248_an,
&ett_h248_an,