Gerald Pfeifer : winenas: Add return statement to wodPlayer().

Alexandre Julliard julliard at winehq.org
Tue Sep 2 08:33:03 CDT 2008


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

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sat Aug 30 12:51:37 2008 +0200

winenas: Add return statement to wodPlayer().

---

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

diff --git a/dlls/winenas.drv/audio.c b/dlls/winenas.drv/audio.c
index 3efe3b4..51092a8 100644
--- a/dlls/winenas.drv/audio.c
+++ b/dlls/winenas.drv/audio.c
@@ -867,7 +867,7 @@ static	DWORD	CALLBACK	wodPlayer(LPVOID pmt)
            nas_add_buffer(wwo);
            wodPlayer_PlayPtrNext(wwo);
         }
-
+    return 0;
     }
 }
 




More information about the wine-cvs mailing list