From 709c330eec2daf3acc29d9a7b6a237e615365c19 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sun, 13 Jan 2002 21:15:48 +0000 Subject: Fix a few compile warnings. CVS patchset: 1397 CVS date: 2002/01/13 21:15:48 --- src/demuxers/demux_mpgaudio.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/demuxers/demux_mpgaudio.c') diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c index 9961d5619..17e10c138 100644 --- a/src/demuxers/demux_mpgaudio.c +++ b/src/demuxers/demux_mpgaudio.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: demux_mpgaudio.c,v 1.32 2002/01/02 18:16:07 jkeil Exp $ + * $Id: demux_mpgaudio.c,v 1.33 2002/01/13 21:15:48 jcdutton Exp $ * * demultiplexer for mpeg audio (i.e. mp3) streams * @@ -251,6 +251,8 @@ static void *demux_mpgaudio_loop (void *this_gen) { } pthread_exit(NULL); + + return NULL; } static void demux_mpgaudio_stop (demux_plugin_t *this_gen) { -- cgit v1.2.3