[WINESYNC] msi/tests: Fix the trailing linefeed in an ok() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 194d1b72587756512c693df7c2fce505d591c905 by Francois Gouget <fgouget@free.fr>
This commit is contained in:
winesync 2022-03-14 21:53:48 +01:00 committed by Mark Jansen
parent 0dd82beda9
commit f162f02b5d
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -4553,7 +4553,7 @@ static void test_MsiGetProductInfo(void)
ok(r == ERROR_UNKNOWN_PROPERTY,
"Expected ERROR_UNKNOWN_PROPERTY, got %d\n", r);
ok(!lstrcmpA(buf, "apple"), "Expected buf to be unchanged, got %s\n", buf);
ok(sz == MAX_PATH, "%lun", sz);
ok(sz == MAX_PATH, "%lu\n", sz);
res = RegCreateKeyExA(localkey, "InstallProperties", 0, NULL, 0, access, NULL, &propkey, NULL);
ok(res == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %ld\n", res);