Commit 933e99f2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix return type

parent bc3065cc
......@@ -451,7 +451,7 @@ enum vlc_config_properties
/* Meta data plugin exports */
#define VLC_META_EXPORT( name, value ) \
EXTERN_SYMBOL DLL_SYMBOL int CDECL_SYMBOL \
EXTERN_SYMBOL DLL_SYMBOL const char * CDECL_SYMBOL \
__VLC_SYMBOL(vlc_entry_ ## name) (void) \
{ \
return value; \
......
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