# HG changeset patch # User cehoyos # Date 1186138669 0 # Node ID 33928da6ba627a7c45ebd18143eb8f498e3c471a # Parent ef6e50c3c17282b1bab99e9bfce7b21f8374d6df Added missing newline. diff -r ef6e50c3c172 -r 33928da6ba62 stream/tvi_v4l2.c --- a/stream/tvi_v4l2.c Thu Aug 02 21:54:14 2007 +0000 +++ b/stream/tvi_v4l2.c Fri Aug 03 10:57:49 2007 +0000 @@ -664,7 +664,7 @@ while (!priv->vbi_shutdown){ bytes=read(priv->vbi_fd,buf,tsp.bufsize); if (bytes!=tsp.bufsize){ - mp_msg(MSGT_TV,MSGL_WARN,"vbi: expecting bytes: %d, got: %d",tsp.bufsize,bytes); + mp_msg(MSGT_TV,MSGL_WARN,"vbi: expecting bytes: %d, got: %d\n",tsp.bufsize,bytes); break; } seq=*(int*)(buf+bytes-4);