[vlc-commits] fix typo in header, probably fix inclusion from C++

Rafaël Carré git at videolan.org
Wed Aug 1 23:11:52 CEST 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Aug  1 23:10:44 2012 +0200| [6def94fd4dbc60bd87e515950835c242ed171e0e] | committer: Rafaël Carré

fix typo in header, probably fix inclusion from C++

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

 include/vlc_vlm.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_vlm.h b/include/vlc_vlm.h
index 12a0eda..11111da 100644
--- a/include/vlc_vlm.h
+++ b/include/vlc_vlm.h
@@ -180,7 +180,7 @@ struct vlm_message_t
 };
 
 
-#ifdef __cpluplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -360,7 +360,7 @@ static inline void vlm_media_instance_Delete( vlm_media_instance_t *p_instance )
     free( p_instance );
 }
 
-#ifdef __cpluplus
+#ifdef __cplusplus
 }
 #endif
 



More information about the vlc-commits mailing list