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

This commit is contained in:
Austin English 2011-02-07 14:57:43 -08:00 committed by Alexandre Julliard
parent 7cebcce857
commit fd4ddca0dc
1 changed files with 1 additions and 0 deletions

View File

@ -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);