From 0d7bc734159ec59544e8e89ba29cec6ca9ee9ce8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 3 May 2008 09:54:59 +0300 Subject: [PATCH] Cosmetic fix --- src/libvlc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libvlc.h b/src/libvlc.h index b3dff5e366..394e1d987a 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -149,7 +149,7 @@ struct vlc_object_internals_t /* Thread properties, if any */ vlc_thread_t thread_id; - bool b_thread; + bool b_thread; /* Objects thread synchronization */ int pipes[2]; @@ -158,7 +158,7 @@ struct vlc_object_internals_t /* Objects management */ unsigned i_refcount; vlc_destructor_t pf_destructor; - bool b_attached; + bool b_attached; }; #define ZOOM_SECTION N_("Zoom") -- 2.39.5