Commit bef5f127 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix typo

parent 39cbef1f
...@@ -282,7 +282,7 @@ static void WindowClose( vlc_object_t *p_this ) ...@@ -282,7 +282,7 @@ static void WindowClose( vlc_object_t *p_this )
vout_window_t *pWnd = (vout_window_t *)p_this; vout_window_t *pWnd = (vout_window_t *)p_this;
intf_thread_t *pIntf = (intf_thread_t *)p_this->p_private; intf_thread_t *pIntf = (intf_thread_t *)p_this->p_private;
VlCproc::releaseWindow( pIntf, pWnd->handle ); Vlcproc::releaseWindow( pIntf, pWnd->handle );
} }
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
......
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