Commit eb2aeacf authored by malc's avatar malc
Browse files

audio/winwave: Fix typo



Signed-off-by: default avatarmalc <av1474@comtv.ru>
parent 63bb682a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static void winwave_log_mmresult (MMRESULT mr)
        break;

    case MMSYSERR_NOMEM:
        str = "Unable to allocate or locl memory";
        str = "Unable to allocate or lock memory";
        break;

    case WAVERR_SYNC: