wineesd.drv: Add missing return in function returning non-void.
Return value is analog to what the ALSA and OSS driver are doing.
This commit is contained in:
parent
116886cf0a
commit
0b872e65b2
|
@ -1157,6 +1157,8 @@ static DWORD CALLBACK wodPlayer(LPVOID pmt)
|
|||
dwNextFeedTime = dwNextNotifyTime = INFINITE;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
|
|
Loading…
Reference in New Issue