From 2ff4c6b739540f329315bd8c78e09d83b3bd7864 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 30 Jun 2001 22:53:50 +0000 Subject: fixed small typo CVS patchset: 236 CVS date: 2001/06/30 22:53:50 --- src/xine-engine/metronom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c index 3871ddf68..a1c8136d4 100644 --- a/src/xine-engine/metronom.c +++ b/src/xine-engine/metronom.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: metronom.c,v 1.11 2001/06/24 22:20:26 guenter Exp $ + * $Id: metronom.c,v 1.12 2001/06/30 22:53:50 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -221,7 +221,7 @@ static void metronom_audio_stream_end (metronom_t *this) { this->audio_stream_running = 0; while (this->video_stream_running) { - printf ("waiting for video to start...\n"); + printf ("waiting for video to end...\n"); pthread_cond_wait (&this->video_ended, &this->lock); } -- cgit v1.2.3