aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids_test.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-01-05 19:53:41 -0500
committerMichael Mann <mmann78@netscape.net>2016-01-06 00:54:49 +0000
commit3d19432a5026f4706806cb6e56aa2d56ed56e592 (patch)
treed7346371b2831836d112c9e2d755be2b5a6a554f /epan/oids_test.c
parent71c603b2fc8c62651485b550494ee30da6c75cb5 (diff)
oids_test.c - Fix compile error
VS2010 didn't like the extra ; in the variable declarations (C99 issue?) Change-Id: Ic0fcd8342cdd3669172985a2d8023eb7b375c0b9 Reviewed-on: https://code.wireshark.org/review/13068 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/oids_test.c')
-rw-r--r--epan/oids_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/oids_test.c b/epan/oids_test.c
index 1df68cb83d..670ea7082e 100644
--- a/epan/oids_test.c
+++ b/epan/oids_test.c
@@ -395,7 +395,7 @@ oids_test_2struct_encoded(void)
{
guint matched;
guint left;
- guint32 *subids = NULL;;
+ guint32 *subids = NULL;
oid_info_t *st;
guint len, i;