Commit dc302b7c authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

quartz: Add return statement to PullPin_Thread_Main().

parent 23166f90
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment