Martin Storsjo : msvcrt: Remove a stray semicolon.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 15 10:28:00 CDT 2015


Module: wine
Branch: master
Commit: bf4493404cee43a345fe853b5c11b053cdd22322
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bf4493404cee43a345fe853b5c11b053cdd22322

Author: Martin Storsjo <martin at martin.st>
Date:   Thu Oct 15 16:08:19 2015 +0300

msvcrt: Remove a stray semicolon.

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




More information about the wine-cvs mailing list