[PATCH] msvcrt: Remove a stray semicolon

Martin Storsjo martin at martin.st
Thu Oct 15 08:08:19 CDT 2015


Signed-off-by: Martin Storsjo <martin at martin.st>
---
 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)
-- 
1.8.1.2




More information about the wine-patches mailing list