Typo found by compiling with standard MSVC warning level.

oldstable
Rolf Kalbermatter 2002-12-13 00:35:44 +00:00 committed by Alexandre Julliard
parent bbbf7d7535
commit 4f7ec6335c
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ static LRESULT ANIMATE_Play(HWND hWnd, WPARAM wParam, LPARAM lParam)
DWORD threadID;
TRACE("Using an animation thread\n");
infoPtr->hThread = CreateThread(0,0,ANIMATE_AnimationThread,(LPVOID)infoPtr,0,0 &threadID);
infoPtr->hThread = CreateThread(0,0,ANIMATE_AnimationThread,(LPVOID)infoPtr, 0, &threadID);
if(!infoPtr->hThread)
{
ERR("Could not create animation thread!\n");