Commit 377f14c7 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winenas: Add return statement to wodPlayer().

parent dc302b7c
...@@ -867,7 +867,7 @@ static DWORD CALLBACK wodPlayer(LPVOID pmt) ...@@ -867,7 +867,7 @@ static DWORD CALLBACK wodPlayer(LPVOID pmt)
nas_add_buffer(wwo); nas_add_buffer(wwo);
wodPlayer_PlayPtrNext(wwo); wodPlayer_PlayPtrNext(wwo);
} }
return 0;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment