Gerald Pfeifer : quartz: Add return statement to PullPin_Thread_Main().
Module: wine Branch: master Commit: dc302b7c1dfb3154e04fbbae11255985783a33f0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc302b7c1dfb3154e04fbbae11... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Sat Aug 30 12:38:57 2008 +0200 quartz: Add return statement to PullPin_Thread_Main(). --- dlls/quartz/pin.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/quartz/pin.c b/dlls/quartz/pin.c index e2b868e..bcf09a5 100644 --- a/dlls/quartz/pin.c +++ b/dlls/quartz/pin.c @@ -1611,6 +1611,7 @@ static DWORD WINAPI PullPin_Thread_Main(LPVOID pv) default: ERR("Unknown state request: %d\n", This->state); break; } } + return 0; } static HRESULT PullPin_InitProcessing(PullPin * This)
participants (1)
-
Alexandre Julliard