dlls/wineoss.drv/audio.c -- add return statement

Gerald Pfeifer gerald at pfeifer.com
Sun Jul 27 18:12:10 CDT 2008


Similar to my previous patch.

ChangeLog:
Add return to wodPlayer().

Index: dlls/wineoss.drv/audio.c
===================================================================
RCS file: /home/wine/wine/dlls/wineoss.drv/audio.c,v
retrieving revision 1.12
diff -u -3 -p -r1.12 audio.c
--- dlls/wineoss.drv/audio.c	27 Mar 2008 12:24:34 -0000	1.12
+++ dlls/wineoss.drv/audio.c	27 Jul 2008 23:11:23 -0000
@@ -1923,6 +1923,8 @@ static	DWORD	CALLBACK	wodPlayer(LPVOID p
 	    dwNextFeedTime = dwNextNotifyTime = INFINITE;
 	}
     }
+
+    return 0;
 }
 
 /**************************************************************************



More information about the wine-patches mailing list