[vlc-commits] commit: Typo	(=?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)
    git at videolan.org 
    git at videolan.org
       
    Mon Dec  6 00:13:41 CET 2010
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Dec  6 01:13:33 2010 +0200| [0084980f903872789530e4d27bc15511466bbab4] | committer: Rémi Denis-Courmont 
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0084980f903872789530e4d27bc15511466bbab4
---
 src/win32/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/win32/thread.c b/src/win32/thread.c
index 96cd777..e040838 100644
--- a/src/win32/thread.c
+++ b/src/win32/thread.c
@@ -626,7 +626,7 @@ static int vlc_clone_attr (vlc_thread_t *p_handle, bool detached,
 int vlc_clone (vlc_thread_t *p_handle, void *(*entry) (void *),
                 void *data, int priority)
 {
-    return vlc_clone_attr (p_handle, false, entry, data, prioity);
+    return vlc_clone_attr (p_handle, false, entry, data, priority);
 }
 
 void vlc_join (vlc_thread_t th, void **result)
    
    
More information about the vlc-commits
mailing list