Commit 56a6c876 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent b268e2e8
...@@ -145,7 +145,7 @@ typedef struct libvlc_global_data_t ...@@ -145,7 +145,7 @@ typedef struct libvlc_global_data_t
{ {
VLC_COMMON_MEMBERS VLC_COMMON_MEMBERS
/* Object structure data */ /* Object structure data */
int i_counter; ///< object counter int i_counter; ///< object counter
int i_objects; ///< Attached objects count int i_objects; ///< Attached objects count
vlc_object_t ** pp_objects; ///< Array of all objects vlc_object_t ** pp_objects; ///< Array of all objects
......
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