From 744887507848281ec44960499f6dc93e57de0ac0 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Thu, 7 Dec 2006 16:41:58 +0000 Subject: [PATCH] fix sun audio driver git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1346 423420c4-83ab-492f-b58f-81f9feb106b5 --- rdpsnd_sun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdpsnd_sun.c b/rdpsnd_sun.c index a698f79..c8ca9d7 100644 --- a/rdpsnd_sun.c +++ b/rdpsnd_sun.c @@ -41,7 +41,7 @@ static BOOL g_reopened; static short g_samplewidth; static char *dsp_dev; -void oss_play(void); +void sun_play(void); void sun_add_fds(int *n, fd_set * rfds, fd_set * wfds, struct timeval *tv)