[PATCH] sti/tests: Remove useless cast to self
15 Mar
2019
15 Mar
'19
7:37 p.m.
Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/sti/tests/sti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/sti/tests/sti.c b/dlls/sti/tests/sti.c index 0312254e38..bda4b6dc18 100644 --- a/dlls/sti/tests/sti.c +++ b/dlls/sti/tests/sti.c @@ -150,7 +150,7 @@ static void test_version_flag_versus_aw(void) if (SUCCEEDED(hr)) { ok(pUnknown == (IUnknown*)pStiW, "created interface was not IID_IStillImageW\n"); - IUnknown_Release((IUnknown*)pUnknown); + IUnknown_Release(pUnknown); } IUnknown_Release((IUnknown*)pStiW); } -- 2.20.1
2472
Age (days ago)
2472
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Stefaniuc