Commit d2bce59f authored by Rémi Duraffort's avatar Rémi Duraffort

variables: fix typo.

parent 9a04dfd7
...@@ -561,7 +561,7 @@ static inline char *__var_CreateGetNonEmptyString( vlc_object_t *p_obj, ...@@ -561,7 +561,7 @@ static inline char *__var_CreateGetNonEmptyString( vlc_object_t *p_obj,
* \param psz_name The name of the variable * \param psz_name The name of the variable
*/ */
LIBVLC_USED 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 ) const char *psz_name )
{ {
__var_Create( p_obj, psz_name, VLC_VAR_ADDRESS | VLC_VAR_DOINHERIT ); __var_Create( p_obj, psz_name, VLC_VAR_ADDRESS | VLC_VAR_DOINHERIT );
......
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