summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-26 10:04:18 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-26 10:04:18 +0000
commit84170d0b249aaaecba2d123045fd5469123b030c (patch)
treeb80e1ae13a8f987b3160ab09237120d501a4e15a /stream/tv.c
parent3208da3545514630dba7682b3e369c41ba0a8086 (diff)
downloadmpv-84170d0b249aaaecba2d123045fd5469123b030c.tar.bz2
mpv-84170d0b249aaaecba2d123045fd5469123b030c.tar.xz
Add missing '\n' in tv scanner results output.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25166 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 4da2de3a2d..d40b88b32f 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -155,6 +155,7 @@ static void tv_scan(tvi_handle_t *tvh)
mp_msg(MSGT_TV,MSGL_INFO,",");
tv_channel_tmp=tv_channel_tmp->next;
}
+ mp_msg(MSGT_TV, MSGL_INFO, "\n");
}
if (!tv_channel_current) tv_channel_current=tv_channel_list;
if (tv_channel_current)