mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
Added missing newline.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23999 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d0271ef40
commit
9a4832f066
@ -664,7 +664,7 @@ static void *vbi_grabber(void *data)
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user