]> git.sesse.net Git - vlc/commitdiff
cleanup
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 6 Jun 2007 08:34:03 +0000 (08:34 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 6 Jun 2007 08:34:03 +0000 (08:34 +0000)
src/osd/osd.c

index 7d8ada95832be416721e8df2227441a0d0fdf2ca..4cd3acce2d69f372725c0f7fe356d90a2da44679 100644 (file)
@@ -222,7 +222,7 @@ void __osd_MenuShow( vlc_object_t *p_this )
             p_button->p_current_state = osd_StateChange( p_button->p_states, OSD_BUTTON_UNSELECT );
         p_osd->p_state->p_visible = p_osd->p_button;
 
-        if( !p_osd->p_state->p_visible->b_range ) 
+        if( !p_osd->p_state->p_visible->b_range )
             p_osd->p_state->p_visible->p_current_state =
                 osd_StateChange( p_osd->p_state->p_visible->p_states, OSD_BUTTON_SELECT );