From: RĂ©mi Duraffort Date: Sat, 10 Oct 2009 15:47:03 +0000 (+0200) Subject: variables: fix typo. X-Git-Tag: 1.1.0-ff~2925 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d2bce59fd7affad874a85cecf616a857d8babdf6;p=vlc variables: fix typo. --- diff --git a/include/vlc_variables.h b/include/vlc_variables.h index 64876eee19..21c32f3ecc 100644 --- a/include/vlc_variables.h +++ b/include/vlc_variables.h @@ -561,7 +561,7 @@ static inline char *__var_CreateGetNonEmptyString( vlc_object_t *p_obj, * \param psz_name The name of the variable */ LIBVLC_USED -static inline char *__var_CreateGetAddress( vlc_object_t *p_obj, +static inline void *__var_CreateGetAddress( vlc_object_t *p_obj, const char *psz_name ) { __var_Create( p_obj, psz_name, VLC_VAR_ADDRESS | VLC_VAR_DOINHERIT );