# HG changeset patch # User voroshil # Date 1196071458 0 # Node ID d624c8409e8bfafee6001ce2b79c3504e7664dad # Parent 6f2f5c2dea524568a882b909160bb46cfdbf4451 Add missing '\n' in tv scanner results output. diff -r 6f2f5c2dea52 -r d624c8409e8b stream/tv.c --- 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)