From 0887fcc74b646906d1e43ab630f27a2f84d4ea10 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 7 Apr 2003 21:28:33 +0000 Subject: missing semicolon reported by John Alexander Thacker CVS patchset: 4569 CVS date: 2003/04/07 21:28:33 --- src/demuxers/demux_qt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index d1296e592..72d184076 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.c @@ -30,7 +30,7 @@ * build_frame_table * free_qt_info * - * $Id: demux_qt.c,v 1.154 2003/03/28 14:56:00 miguelfreitas Exp $ + * $Id: demux_qt.c,v 1.155 2003/04/07 21:28:33 guenter Exp $ * */ @@ -2678,7 +2678,7 @@ static char *get_extensions (demux_class_t *this_gen) { static char *get_mimetypes (demux_class_t *this_gen) { return "video/quicktime: mov,qt: Quicktime animation;" "video/x-quicktime: mov,qt: Quicktime animation;" - "application/x-quicktimeplayer: qtl: Quicktime list"; + "application/x-quicktimeplayer: qtl: Quicktime list;"; } static void class_dispose (demux_class_t *this_gen) { -- cgit v1.2.3