]> git.sesse.net Git - vlc/commitdiff
vlc_common.h: fix typo in define variable name
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 12 Jul 2007 16:57:43 +0000 (16:57 +0000)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 12 Jul 2007 16:57:43 +0000 (16:57 +0000)
include/vlc_common.h

index eed5e51730f11c4936d6d9204b085fbfca1bfc2f..8c39a0751dcd1ce1bf64d891aa0e7f1fab6569b9 100644 (file)
@@ -511,7 +511,7 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *,      /* variable's object */
 #    endif
 #  else
 #    define VLC_PUBLIC_API 
-#    define VLC_RIVATE_API 
+#    define VLC_PRIVATE_API 
 #    define   VLC_EXPORT( type, name, args ) struct _u_n_u_s_e_d_
 #    define VLC_INTERNAL( type, name, args ) struct _u_n_u_s_e_d_
      extern module_symbols_t* p_symbols;