aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h235
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2024-07-04 11:30:14 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2024-07-05 10:21:57 +0000
commit93c092f93dbbf24944a457a6f024df6e13721ddf (patch)
tree914d28a14648a43956eadbbc180e332485e8efe4 /epan/dissectors/asn1/h235
parentacd8dca562a07a6811788617bdca03f4f3a27753 (diff)
epan: Convert ASN.1 dissectors to C99
Ping #19116
Diffstat (limited to 'epan/dissectors/asn1/h235')
-rw-r--r--epan/dissectors/asn1/h235/packet-h235-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/h235/packet-h235-template.c b/epan/dissectors/asn1/h235/packet-h235-template.c
index 665b49ad65..d25e838de6 100644
--- a/epan/dissectors/asn1/h235/packet-h235-template.c
+++ b/epan/dissectors/asn1/h235/packet-h235-template.c
@@ -60,7 +60,7 @@ void proto_register_h235(void) {
};
/* List of subtrees */
- static gint *ett[] = {
+ static int *ett[] = {
#include "packet-h235-ettarr.c"
};