aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-03-13 22:54:46 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-03-13 22:54:46 +0000
commit8772db463adb6da81877f9796d780a9244b1204f (patch)
tree3e0c14066bd20da8fe5317446fcdf68c2bc08623
parent95ab41e938994c55c58caf350ff909d9b443988a (diff)
actx is used, remove _U_
svn path=/trunk/; revision=48284
-rw-r--r--epan/dissectors/packet-per.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index 814c274b82..29ee8e4470 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -904,7 +904,7 @@ DEBUG_ENTRY("dissect_per_set_of");
/* 23 Encoding the object identifier type */
guint32
-dissect_per_object_identifier(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx _U_, proto_tree *tree, int hf_index, tvbuff_t **value_tvb)
+dissect_per_object_identifier(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index, tvbuff_t **value_tvb)
{
guint length;
const char *str;