summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
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)