Add missing '\n' in tv scanner results output.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25166 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-11-26 10:04:18 +00:00
parent 3208da3545
commit 84170d0b24
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ static void tv_scan(tvi_handle_t *tvh)
mp_msg(MSGT_TV,MSGL_INFO,","); mp_msg(MSGT_TV,MSGL_INFO,",");
tv_channel_tmp=tv_channel_tmp->next; 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) tv_channel_current=tv_channel_list;
if (tv_channel_current) if (tv_channel_current)