Mercurial > mplayer.hg
changeset 25138:d624c8409e8b
Add missing '\n' in tv scanner results output.
author | voroshil |
---|---|
date | Mon, 26 Nov 2007 10:04:18 +0000 |
parents | 6f2f5c2dea52 |
children | 94e618df1dea |
files | stream/tv.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tv.c Mon Nov 26 03:06:16 2007 +0000 +++ b/stream/tv.c Mon Nov 26 10:04:18 2007 +0000 @@ -155,6 +155,7 @@ 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)