[vlc-commits] thread: fix syntax
Rémi Denis-Courmont
git at videolan.org
Sun Feb 23 17:00:14 CET 2020
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 23 17:59:49 2020 +0200| [17ff197827c800e3603aa2c10582d7ad0f97b9ed] | committer: Rémi Denis-Courmont
thread: fix syntax
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17ff197827c800e3603aa2c10582d7ad0f97b9ed
---
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 de9081fea4..cc99db9766 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -307,7 +307,7 @@ typedef struct
struct {
atomic_uint value;
atomic_uint recursion;
- const void *_Atomic owner;
+ _Atomic (const void *) owner;
};
#endif
struct {
More information about the vlc-commits
mailing list