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

Syntax error

parent d2bccf53
......@@ -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 );
......
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