Module: wine Branch: master Commit: bf4493404cee43a345fe853b5c11b053cdd22322 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bf4493404cee43a345fe853b5c...
Author: Martin Storsjo martin@martin.st Date: Thu Oct 15 16:08:19 2015 +0300
msvcrt: Remove a stray semicolon.
Signed-off-by: Martin Storsjo martin@martin.st Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/tests/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/msvcrt/tests/printf.c b/dlls/msvcrt/tests/printf.c index 7f734ea..2de515d 100644 --- a/dlls/msvcrt/tests/printf.c +++ b/dlls/msvcrt/tests/printf.c @@ -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)