mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-24 02:21:52 -06:00
audio/winwave: Fix typo
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
63bb682a18
commit
eb2aeacf98
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static void winwave_log_mmresult (MMRESULT mr)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MMSYSERR_NOMEM:
|
case MMSYSERR_NOMEM:
|
||||||
str = "Unable to allocate or locl memory";
|
str = "Unable to allocate or lock memory";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WAVERR_SYNC:
|
case WAVERR_SYNC:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue