From 0a99ee25d5cce63ddbd52215969bae948c7501d3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 14 Jan 2014 17:45:03 +0000 Subject: Don't make claims of constness that can't be guaranteed in terms the C compiler can verify. svn path=/trunk/; revision=54792 --- epan/dissectors/packet-h248.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-h248.c') diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c index 6306ed607b..85b5f88c40 100644 --- a/epan/dissectors/packet-h248.c +++ b/epan/dissectors/packet-h248.c @@ -1380,7 +1380,7 @@ static gboolean is_pkg_default(guint16 pkgid) { return s_pkg->is_default; } -void h248_register_package(const h248_package_t* pkg, pkg_reg_action reg_action) { +void h248_register_package(h248_package_t* pkg, pkg_reg_action reg_action) { h248_package_t *pkg_found = NULL, *pkg_high = NULL, *pkg_low = NULL; s_h248_package_t *s_pkg = NULL; value_string *vst; -- cgit v1.2.1