From 9eae287a95231be78b98f09257fc07d06bf6594a Mon Sep 17 00:00:00 2001 From: Olivier Aubert Date: Thu, 12 Jul 2007 16:57:43 +0000 Subject: [PATCH] vlc_common.h: fix typo in define variable name --- include/vlc_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_common.h b/include/vlc_common.h index eed5e51730..8c39a0751d 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -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; -- 2.39.2