From 7d3c78fcd4e7792079f0183c0405ba263f8ec3d1 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 14 Feb 2003 22:32:41 +0000 Subject: wrong returned pointer type CVS patchset: 4164 CVS date: 2003/02/14 22:32:41 --- src/audio_out/audio_esd_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio_out/audio_esd_out.c b/src/audio_out/audio_esd_out.c index 0329ba5c9..34f7b985a 100644 --- a/src/audio_out/audio_esd_out.c +++ b/src/audio_out/audio_esd_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_esd_out.c,v 1.25 2002/12/27 17:49:17 jkeil Exp $ + * $Id: audio_esd_out.c,v 1.26 2003/02/14 22:32:41 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -545,7 +545,7 @@ static ao_driver_t *open_plugin (audio_driver_class_t *class_gen, this->ao_driver.exit = ao_esd_exit; this->ao_driver.control = ao_esd_ctrl; - return this; + return &(this->ao_driver); } /* -- cgit v1.2.3