aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/m3ap/m3ap.cnf
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-03-21 14:29:58 +0000
committerBill Meier <wmeier@newsguy.com>2013-03-21 14:29:58 +0000
commit1f083fd6545ceaf6a6f7cf8d8dfe105ae775b6cf (patch)
tree67439bd39ba819ac3fef33e52c83ce414c36880d /asn1/m3ap/m3ap.cnf
parent48af69f95fe3b2ac35145570da940ae9e4f4b677 (diff)
From beroset:
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachments #10423,#10424 svn path=/trunk/; revision=48450
Diffstat (limited to 'asn1/m3ap/m3ap.cnf')
-rw-r--r--asn1/m3ap/m3ap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/m3ap/m3ap.cnf b/asn1/m3ap/m3ap.cnf
index a4061b9951..ca75f5b83e 100644
--- a/asn1/m3ap/m3ap.cnf
+++ b/asn1/m3ap/m3ap.cnf
@@ -91,7 +91,7 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
static const asn1_par_def_t ProtocolIE_ContainerList_pars[] = {
{ "lowerBound", ASN1_PAR_INTEGER },
{ "upperBound", ASN1_PAR_INTEGER },
- { NULL, 0 }
+ { NULL, (asn1_par_type)0 }
};
asn1_stack_frame_check(actx, "ProtocolIE-ContainerList", ProtocolIE_ContainerList_pars);
#.END