[vlc-devel] commit: variables: fix typo. ( Rémi Duraffort )

git version control git at videolan.org
Sat Oct 10 17:54:46 CEST 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Oct 10 17:47:03 2009 +0200| [d2bce59fd7affad874a85cecf616a857d8babdf6] | committer: Rémi Duraffort 

variables: fix typo.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2bce59fd7affad874a85cecf616a857d8babdf6
---

 include/vlc_variables.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_variables.h b/include/vlc_variables.h
index 64876ee..21c32f3 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 );




More information about the vlc-devel mailing list