From 408dcaecfed16ceb4f9da7ec3691adeb9407e1d2 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 25 Aug 2001 08:11:41 +0000 Subject: small cleanups CVS patchset: 485 CVS date: 2001/08/25 08:11:41 --- src/audio_out/audio_oss_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c index 006ec600f..c0534673b 100644 --- a/src/audio_out/audio_oss_out.c +++ b/src/audio_out/audio_oss_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_oss_out.c,v 1.33 2001/08/24 01:05:30 guenter Exp $ + * $Id: audio_oss_out.c,v 1.34 2001/08/25 08:11:41 guenter Exp $ * * 20-8-2001 First implementation of Audio sync and Audio driver separation. * Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -579,7 +579,7 @@ ao_driver_t *init_audio_out_plugin (config_values_t *config) { } static ao_info_t ao_info_oss = { - AUDIO_OUT_IFACE_VERSION, + AO_OUT_OSS_IFACE_VERSION, "oss", "xine audio output plugin using oss-compliant audio devices/drivers", 10 -- cgit v1.2.3