From e262b6027a083018a2f6c745236953967fcb74c1 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 3 Mar 2016 14:10:09 +0000 Subject: [PATCH] [MSRLE_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912 svn path=/trunk/; revision=70889 --- rostests/winetests/msrle32/msrle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/winetests/msrle32/msrle.c b/rostests/winetests/msrle32/msrle.c index 6d4316e16ce..d526c3c80d3 100644 --- a/rostests/winetests/msrle32/msrle.c +++ b/rostests/winetests/msrle32/msrle.c @@ -137,7 +137,7 @@ static void test_raw_decompress(void) hic = ICLocate(FCC('V', 'I', 'D', 'C'), codecs[i], bih, NULL, ICMODE_DECOMPRESS); ok(hic != NULL, "Test[%d]: Expected non-NULL return\n", i); - /* Now wich is this codec? Windows returns MRLE for uncompressed cases */ + /* Now which is this codec? Windows returns MRLE for uncompressed cases */ memset(&codec_info, 0, sizeof(codec_info)); hr = ICGetInfo(hic, &codec_info, sizeof(codec_info)); ok(hr == sizeof(codec_info), "Test[%d]: Incorrect amount of data returned\n", i);