[vlc-devel] commit: Fix comment and indentation. (Jean-Paul Saman )

git version control git at videolan.org
Fri May 9 17:51:44 CEST 2008


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Fri May  9 16:23:56 2008 +0200| [310e539913187cdda5b344cbb27bfe34c352ccf1]

Fix comment and indentation.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=310e539913187cdda5b344cbb27bfe34c352ccf1
---

 modules/gui/fbosd.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/gui/fbosd.c b/modules/gui/fbosd.c
index bd81714..64ed7d3 100644
--- a/modules/gui/fbosd.c
+++ b/modules/gui/fbosd.c
@@ -1058,7 +1058,8 @@ static void End( intf_thread_t *p_intf )
     if( p_sys->p_overlay )
     {
         int ret;
-        ret = write( p_sys->i_fd, p_sys->p_overlay->p[0].p_pixels, p_sys->i_page_size );
+        ret = write( p_sys->i_fd, p_sys->p_overlay->p[0].p_pixels,
+                     p_sys->i_page_size );
         if( ret < 0 )
             msg_Err( p_intf, "unable to clear overlay" );
     }
@@ -1270,7 +1271,7 @@ static bool isRendererReady( intf_thread_t *p_intf )
 }
 
 /*****************************************************************************
- * Run: rc thread
+ * Run: thread
  *****************************************************************************
  * This part of the interface is in a separate thread so that we can call
  * exec() from within it without annoying the rest of the program.




More information about the vlc-devel mailing list