vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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)

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to