[vlc-devel] commit: Fix return type ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Jun 7 22:45:15 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jun 7 23:47:00 2008 +0300| [933e99f23c0eb1a9800b7ecf2e1f5a9eaae720a3]
Fix return type
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=933e99f23c0eb1a9800b7ecf2e1f5a9eaae720a3
---
include/vlc_plugin.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
index ffcc0f5..9fc64c1 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -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; \
More information about the vlc-devel
mailing list