Skip to content
Snippets Groups Projects
Commit 9e946839 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

Syntax error

parent d2bccf53
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ static inline void __vlc_mutex_unlock( const char * psz_file, int i_line,
VLC_THREAD_ASSERT ("unlocking mutex");
#elif defined( UNDER_CE )
(void)psz_file); (void)i_line;
(void)psz_file; (void)i_line;
LeaveCriticalSection( &p_mutex->csection );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment