Ken Thomases : winecoreaudio: Fix a copy-paste accident ("In" vs. "Out").

Alexandre Julliard julliard at winehq.org
Tue Feb 24 10:21:21 CST 2009


Module: wine
Branch: master
Commit: ad1090c23c29b42e6328edaa65f4837a1426c5c1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ad1090c23c29b42e6328edaa65f4837a1426c5c1

Author: Ken Thomases <ken at codeweavers.com>
Date:   Mon Feb 23 17:34:07 2009 -0600

winecoreaudio: Fix a copy-paste accident ("In" vs. "Out").

---

 dlls/winecoreaudio.drv/audio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winecoreaudio.drv/audio.c b/dlls/winecoreaudio.drv/audio.c
index 43f2451..b6f55b8 100644
--- a/dlls/winecoreaudio.drv/audio.c
+++ b/dlls/winecoreaudio.drv/audio.c
@@ -542,7 +542,7 @@ LONG CoreAudio_WaveInit(void)
     for (i = 0; i < MAX_WAVEOUTDRV; ++i)
     {
         static const WCHAR wszWaveOutFormat[] =
-            {'C','o','r','e','A','u','d','i','o',' ','W','a','v','e','I','n',' ','%','d',0};
+            {'C','o','r','e','A','u','d','i','o',' ','W','a','v','e','O','u','t',' ','%','d',0};
 
         WOutDev[i].state = WINE_WS_CLOSED;
         WOutDev[i].cadev = &CoreAudio_DefaultDevice; 




More information about the wine-cvs mailing list