[vlc-commits] typo
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Aug 18 20:57:09 CEST 2013
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 18 21:56:49 2013 +0300| [afacbcce8568278f88481919e7e36ac1aba07462] | committer: Rémi Denis-Courmont
typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=afacbcce8568278f88481919e7e36ac1aba07462
---
 include/vlc_threads.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 1ffbae6..a515afd 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -382,7 +382,7 @@ struct vlc_cleanup_t
         vlc_cleanup_data.proc (vlc_cleanup_data.data); \
     } while (0)
 
-#endif /* !LIBVLC_USE_PTHREAD_CLEANUO */
+#endif /* !LIBVLC_USE_PTHREAD_CLEANUP */
 
 #ifndef LIBVLC_USE_PTHREAD_CANCEL
 /* poll() with cancellation */
    
    
More information about the vlc-commits
mailing list