]> git.sesse.net Git - vlc/commitdiff
variables: fix typo.
authorRémi Duraffort <ivoire@videolan.org>
Sat, 10 Oct 2009 15:47:03 +0000 (17:47 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sat, 10 Oct 2009 15:55:03 +0000 (17:55 +0200)
include/vlc_variables.h

index 64876eee192dbf933cb6a2acded759d8d156c097..21c32f3ecce1f57d22710e551fbb8d39c5b77b68 100644 (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 );