quartz: Add return statement to PullPin_Thread_Main().

This commit is contained in:
Gerald Pfeifer 2008-08-30 12:38:57 +02:00 committed by Alexandre Julliard
parent 23166f900e
commit dc302b7c1d
1 changed files with 1 additions and 0 deletions

View File

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