aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/gdt/packet-gdt-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/gdt/packet-gdt-template.c')
-rw-r--r--epan/dissectors/asn1/gdt/packet-gdt-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/gdt/packet-gdt-template.c b/epan/dissectors/asn1/gdt/packet-gdt-template.c
index 7c21c83cc9..700ac5763c 100644
--- a/epan/dissectors/asn1/gdt/packet-gdt-template.c
+++ b/epan/dissectors/asn1/gdt/packet-gdt-template.c
@@ -28,13 +28,13 @@
#define PFNAME "gdt"
/* Initialize the protocol and registered fields */
-static int proto_gdt = -1;
+static int proto_gdt;
static dissector_handle_t gdt_handle = NULL;
#include "packet-gdt-hf.c"
/* Initialize the subtree pointers */
-static int ett_gdt = -1;
+static int ett_gdt;
#include "packet-gdt-ett.c"
#include "packet-gdt-fn.c"