From 3d19432a5026f4706806cb6e56aa2d56ed56e592 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Tue, 5 Jan 2016 19:53:41 -0500 Subject: [PATCH] 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 --- epan/oids_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;