Andrew Talbot : mciwave: Constify a variable.
Module: wine Branch: master Commit: 7984532fe207c50afd175875708a91bb193bf180 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7984532fe207c50afd17587570... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Sat May 26 17:55:33 2007 +0100 mciwave: Constify a variable. --- dlls/mciwave/mciwave.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mciwave/mciwave.c b/dlls/mciwave/mciwave.c index 8d8fde3..d58ca0e 100644 --- a/dlls/mciwave/mciwave.c +++ b/dlls/mciwave/mciwave.c @@ -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;
participants (1)
-
Alexandre Julliard