Add missing linebreak to ok() message in LoadIconMetric patch.

This commit is contained in:
slackner 2014-08-07 16:37:10 +02:00
parent 7d225dbb57
commit 5748d714b1

View File

@ -54,7 +54,7 @@ index 69a7db4..55ea14a 100644
+ }
+
+ ptr = GetProcAddress(hinst, (const CHAR*)380);
+ ok(ptr == LoadIconMetric, "got wrong pointer for ordinal 380, %p expected %p",
+ ok(ptr == LoadIconMetric, "got wrong pointer for ordinal 380, %p expected %p\n",
+ ptr, LoadIconMetric);
+
+ result = LoadIconMetric(NULL, (PCWSTR)IDI_APPLICATION, LIM_SMALL, &icon);