1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

variables: fix typo.

This commit is contained in:
Rémi Duraffort 2009-10-10 17:47:03 +02:00
parent 9a04dfd740
commit d2bce59fd7

View File

@ -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 );