Module: wine Branch: master Commit: fd4ddca0dc1b720cbcd4b0a6c41dfbe5ee171b2b URL: http://source.winehq.org/git/wine.git/?a=commit;h=fd4ddca0dc1b720cbcd4b0a6c4...
Author: Austin English austinenglish@gmail.com Date: Mon Feb 7 14:57:43 2011 -0800
inetcomm/tests: Make sure to use return values (LLVM/Clang).
---
dlls/inetcomm/tests/mimeole.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/inetcomm/tests/mimeole.c b/dlls/inetcomm/tests/mimeole.c index 7edef67..36bc338 100644 --- a/dlls/inetcomm/tests/mimeole.c +++ b/dlls/inetcomm/tests/mimeole.c @@ -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);