Commit 0b872e65 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

wineesd.drv: Add missing return in function returning non-void.

Return value is analog to what the ALSA and OSS driver are doing.
parent 116886cf
......@@ -1157,6 +1157,8 @@ static DWORD CALLBACK wodPlayer(LPVOID pmt)
dwNextFeedTime = dwNextNotifyTime = INFINITE;
}
}
return 0;
}
/**************************************************************************
......
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