[vlc-devel] commit: Fix typo ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Aug 21 20:32:18 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Aug 21 21:35:17 2008 +0300| [83bade226b7855bbfb77a4b1f8eef18e66447f88] | committer: Rémi Denis-Courmont
Fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83bade226b7855bbfb77a4b1f8eef18e66447f88
---
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 47e8012..2eac7f9 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -571,7 +571,7 @@ static inline void barrier (void)
#elif defined(__i386__)
asm volatile ("mfence":::"memory");
#else
- vlc_spin_t spin;
+ vlc_spinlock_t spin;
vlc_spin_init (&spin);
vlc_spin_lock (&spin);
vlc_spin_unlock (&spin);
More information about the vlc-devel
mailing list