fix some compiler warnings leading to compile failure

svn path=/trunk/; revision=21643
This commit is contained in:
Ronnie Sahlberg 2007-05-02 12:26:26 +00:00
parent 6f80d9228f
commit 3abb8dd622
1 changed files with 1 additions and 1 deletions

View File

@ -1839,7 +1839,7 @@ dissect_per_External(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, pr
guint32
dissect_per_external_type(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index, per_type_fn type_cb)
dissect_per_external_type(tvbuff_t *tvb _U_, guint32 offset, asn1_ctx_t *actx, proto_tree *tree _U_, int hf_index _U_, per_type_fn type_cb)
{
asn1_ctx_clean_external(actx);
actx->external.per.type_cb = type_cb;