[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72337
This commit is contained in:
Amine Khaldi 2016-08-19 09:21:44 +00:00
parent a3bbb41299
commit 178465de85

View file

@ -655,7 +655,7 @@ static void test_inffilelist(void)
ok(ERROR_DIRECTORY == GetLastError(),
"expected error ERROR_DIRECTORY, got %d\n", GetLastError());
/* now check the buffer content of a vaild call
/* now check the buffer contents of a valid call
*/
*ptr = 0;
expected = 3 + strlen(inffile) + strlen(inffile2);