mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
mciwave: Constify a variable.
This commit is contained in:
parent
7b94871c9f
commit
7984532fe2
@ -241,7 +241,7 @@ static DWORD WAVE_ConvertTimeFormatToByte(WINE_MCIWAVE* wmw, DWORD val)
|
||||
/**************************************************************************
|
||||
* WAVE_mciReadFmt [internal]
|
||||
*/
|
||||
static DWORD WAVE_mciReadFmt(WINE_MCIWAVE* wmw, MMCKINFO* pckMainRIFF)
|
||||
static DWORD WAVE_mciReadFmt(WINE_MCIWAVE* wmw, const MMCKINFO* pckMainRIFF)
|
||||
{
|
||||
MMCKINFO mmckInfo;
|
||||
long r;
|
||||
|
Loading…
Reference in New Issue
Block a user