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>
This commit is contained in:
Michael Mann 2016-01-05 19:53:41 -05:00
parent 71c603b2fc
commit 3d19432a50
1 changed files with 1 additions and 1 deletions

View File

@ -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;