Commit fd4ddca0 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

inetcomm/tests: Make sure to use return values (LLVM/Clang).

parent 7cebcce8
......@@ -257,6 +257,7 @@ static void test_CreateMessage(void)
IMimeBody_Release(body);
hr = IMimeMessage_GetBody(msg, IBL_ROOT, NULL, &hbody);
ok(hr == S_OK, "ret %08x\n", hr);
PropVariantInit(&prop);
hr = IMimeMessage_GetBodyProp(msg, hbody, att_pritype, 0, &prop);
......
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