summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-06-30 22:53:50 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-06-30 22:53:50 +0000
commit2ff4c6b739540f329315bd8c78e09d83b3bd7864 (patch)
tree77740284a3bd15f91f9b52b6bf80a32896d34fd6 /src
parentee2e71badb04d79a2f06f7fab72e8bbaae066443 (diff)
downloadxine-lib-2ff4c6b739540f329315bd8c78e09d83b3bd7864.tar.gz
xine-lib-2ff4c6b739540f329315bd8c78e09d83b3bd7864.tar.bz2
fixed small typo
CVS patchset: 236 CVS date: 2001/06/30 22:53:50
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/metronom.c4
1 files changed, 2 insertions, 2 deletions
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);
}