[vlc-devel] commit: threads: fix typo (Pierre Ynard )
git version control
git at videolan.org
Sat Jul 25 18:18:58 CEST 2009
vlc | branch: 1.0-bugfix | Pierre Ynard <linkfanel at yahoo.fr> | Sat Jul 25 18:16:36 2009 +0200| [68870352f6210a69e08f727733e44c7db420aab0] | committer: Pierre Ynard
threads: fix typo
Fix build on non-pthread platforms
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68870352f6210a69e08f727733e44c7db420aab0
---
src/misc/threads.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/threads.c b/src/misc/threads.c
index 88381e2..01a73bc 100644
--- a/src/misc/threads.c
+++ b/src/misc/threads.c
@@ -772,6 +772,7 @@ void vlc_threads_setup (libvlc_int_t *p_libvlc)
void vlc_threads_setup (libvlc_int_t *p_libvlc)
{
(void) p_libvlc;
+}
#endif
/**
More information about the vlc-devel
mailing list