[vlc-devel] commit: Syntax error ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon May 26 18:34:37 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon May 26 19:23:50 2008 +0300| [9e946839014e5613b4ede8cf09568e4ccbf03c02]
Syntax error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e946839014e5613b4ede8cf09568e4ccbf03c02
---
include/vlc_threads.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 390f821..a8980a2 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -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 );
More information about the vlc-devel
mailing list