Commit 9eae287a authored by Olivier Aubert's avatar Olivier Aubert

vlc_common.h: fix typo in define variable name

parent 2bfc9042
......@@ -511,7 +511,7 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *, /* variable's object */
# endif
# else
# define VLC_PUBLIC_API
# define VLC_RIVATE_API
# define VLC_PRIVATE_API
# define VLC_EXPORT( type, name, args ) struct _u_n_u_s_e_d_
# define VLC_INTERNAL( type, name, args ) struct _u_n_u_s_e_d_
extern module_symbols_t* p_symbols;
......
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