winenas: Add return statement to wodPlayer().

This commit is contained in:
Gerald Pfeifer 2008-08-30 12:51:37 +02:00 committed by Alexandre Julliard
parent dc302b7c1d
commit 377f14c7e3

View File

@ -867,7 +867,7 @@ static DWORD CALLBACK wodPlayer(LPVOID pmt)
nas_add_buffer(wwo);
wodPlayer_PlayPtrNext(wwo);
}
return 0;
}
}