mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
gdi32/tests: Fix a typo in trace() message.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6e954bd979
commit
6fae520e1c
@ -1032,7 +1032,7 @@ static void test_bitmap_font_metrics(void)
|
||||
ok(ret == expected_cs, "got charset %d, expected %d\n", ret, expected_cs);
|
||||
|
||||
trace("created %s, height %d charset %x dpi %d\n", face_name, tm.tmHeight, tm.tmCharSet, tm.tmDigitizedAspectX);
|
||||
trace("expected %s, height %d scaled_hight %d, dpi %d\n", fd[i].face_name, height, fd[i].scaled_height, fd[i].dpi);
|
||||
trace("expected %s, height %d scaled_height %d, dpi %d\n", fd[i].face_name, height, fd[i].scaled_height, fd[i].dpi);
|
||||
|
||||
if(fd[i].dpi == tm.tmDigitizedAspectX)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user