[MPlayer-cvslog] r25166 - trunk/stream/tv.c

voroshil subversion at mplayerhq.hu
Mon Nov 26 11:04:18 CET 2007


Author: voroshil
Date: Mon Nov 26 11:04:18 2007
New Revision: 25166

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



Modified:
   trunk/stream/tv.c

Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c	(original)
+++ trunk/stream/tv.c	Mon Nov 26 11:04:18 2007
@@ -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)



More information about the MPlayer-cvslog mailing list