Commit 9a38681d authored by Christophe Mutricy's avatar Christophe Mutricy

Typo

parent 1e4c2fa2
......@@ -176,7 +176,7 @@ VLC_EXPORT( void, __vlc_object_signal_unlocked, ( vlc_object_t * ) );
static inline void __vlc_object_signal( vlc_object_t *obj )
{
vlc_oject_lock( obj );
vlc_object_lock( obj );
vlc_object_signal_unlocked( obj );
vlc_object_unlock( obj );
}
......
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