[vlc-commits] commit: Fix typo ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sat Jul 10 16:52:26 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jul 10 17:52:21 2010 +0300| [00c81739e161efef6dd86733c28c5bcae75feda1] | committer: Rémi Denis-Courmont 

Fix typo

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

 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 2cf2d83..21d4743 100644
--- a/include/vlc_variables.h
+++ b/include/vlc_variables.h
@@ -721,7 +721,7 @@ static inline void *var_InheritAddress( vlc_object_t *obj, const char *name )
         val.p_address = NULL;
     return val.p_address;
 }
-#define var_InheritAddress(o, n) var_InheritAddress(VLC_OBECT(o), n)
+#define var_InheritAddress(o, n) var_InheritAddress(VLC_OBJECT(o), n)
 
 VLC_EXPORT( int, var_InheritURational, ( vlc_object_t *, unsigned *num, unsigned *den, const char *var ) );
 #define var_InheritURational(a,b,c,d) var_InheritURational(VLC_OBJECT(a), b, c, d)



More information about the vlc-commits mailing list