Commit bea07279 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Cosmetics

parent af55fcfd
...@@ -520,8 +520,8 @@ void __osd_MenuDown( vlc_object_t *p_this ) ...@@ -520,8 +520,8 @@ void __osd_MenuDown( vlc_object_t *p_this )
} }
} }
#if defined(OSD_MENU_DEBUG) #if defined(OSD_MENU_DEBUG)
msg_Dbg( p_osd, "direction down [button %s]", p_osd->p_state->p_visible->psz_action ); msg_Dbg( p_osd, "direction down [button %s]", p_osd->p_state->p_visible->psz_action );
#endif #endif
vlc_object_release( (vlc_object_t*) p_osd ); vlc_object_release( (vlc_object_t*) p_osd );
vlc_mutex_unlock( lockval.p_address ); vlc_mutex_unlock( lockval.p_address );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment