]> git.sesse.net Git - vlc/blobdiff - src/win32/thread.c
stream_MemoryNew: remove vlc_object_find()
[vlc] / src / win32 / thread.c
index 96cd777116ba7247f8d0518fadc0c8db5a19b0dc..e04083874b94605e36824e951afd88eb83b5312e 100644 (file)
@@ -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)