[APITESTS:GDI32]
authorJérôme Gardou <jerome.gardou@reactos.org>
Thu, 6 Jan 2011 19:03:09 +0000 (19:03 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Thu, 6 Jan 2011 19:03:09 +0000 (19:03 +0000)
Add missing \n

svn path=/trunk/; revision=50306

rostests/apitests/gdi32/AddFontResourceEx.c

index 228aa4c..5c374d9 100644 (file)
@@ -29,7 +29,7 @@ void Test_AddFontResourceExW()
            SetLastError(_SEH2_GetExceptionCode());
        }
        _SEH2_END
-       ok(result == -1, "AddFontResourceExW should throw an exception!, result == %d", result);
+       ok(result == -1, "AddFontResourceExW should throw an exception!, result == %d\n", result);
        ok(GetLastError() == 0xc0000005, "GetLastError()==%lx\n", GetLastError());
 
        /* Test "" filename */