msvcrt: Remove a stray semicolon.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Martin Storsjo 2015-10-15 16:08:19 +03:00 committed by Alexandre Julliard
parent 8b149890ac
commit bf4493404c
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ static void test_snprintf (void)
fmt, expect, n);
ok (!memcmp (fmt, buffer, valid),
"\"%s\": rendered \"%.*s\"\n", fmt, valid, buffer);
};
}
}
static void test_fprintf(void)