Commit ea3adf27 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

mapi32/tests: Fix typo.

parent 0bb1c564
......@@ -153,7 +153,7 @@ static void test_CbOfEncoded(void)
memset(buff, '\0', sizeof(buff));
memset(buff, '?', i);
ulRet = pCbOfEncoded(buff);
ok(ulRet == ulExpected || broken(ulExpected == 0) /* Win9x */,
ok(ulRet == ulExpected || broken(ulRet == 0) /* Win9x */,
"CbOfEncoded(length %d): expected %d, got %d\n",
i, ulExpected, ulRet);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment