Commit 0d7bc734 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic fix

parent a5e44a6e
...@@ -149,7 +149,7 @@ struct vlc_object_internals_t ...@@ -149,7 +149,7 @@ struct vlc_object_internals_t
/* Thread properties, if any */ /* Thread properties, if any */
vlc_thread_t thread_id; vlc_thread_t thread_id;
bool b_thread; bool b_thread;
/* Objects thread synchronization */ /* Objects thread synchronization */
int pipes[2]; int pipes[2];
...@@ -158,7 +158,7 @@ struct vlc_object_internals_t ...@@ -158,7 +158,7 @@ struct vlc_object_internals_t
/* Objects management */ /* Objects management */
unsigned i_refcount; unsigned i_refcount;
vlc_destructor_t pf_destructor; vlc_destructor_t pf_destructor;
bool b_attached; bool b_attached;
}; };
#define ZOOM_SECTION N_("Zoom") #define ZOOM_SECTION N_("Zoom")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment