Changeset 310e539913187cdda5b344cbb27bfe34c352ccf1

Show
Ignore:
Timestamp:
09/05/08 17:52:18 (5 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1210348338 +0200
git-parent:

[2b1a76ee6642771bb797fdd6327eda7220342bd3]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1210343036 +0200
Message:

Fix comment and indentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/fbosd.c

    r2b1a76e r310e539  
    10591059    { 
    10601060        int ret; 
    1061         ret = write( p_sys->i_fd, p_sys->p_overlay->p[0].p_pixels, p_sys->i_page_size ); 
     1061        ret = write( p_sys->i_fd, p_sys->p_overlay->p[0].p_pixels, 
     1062                     p_sys->i_page_size ); 
    10621063        if( ret < 0 ) 
    10631064            msg_Err( p_intf, "unable to clear overlay" ); 
     
    12711272 
    12721273/***************************************************************************** 
    1273  * Run: rc thread 
     1274 * Run: thread 
    12741275 ***************************************************************************** 
    12751276 * This part of the interface is in a separate thread so that we can call