[vlc-commits] Fix broken header guard

Cheng Sun git at videolan.org
Sat Jan 21 23:12:16 CET 2012


npapi-vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Sat Jan 21 12:39:48 2012 +0000| [0b69f05b90ed0f98adae63c63b0c1b76841b1c38] | committer: Cheng Sun

Fix broken header guard

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

 npapi/vlcplugin.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/npapi/vlcplugin.h b/npapi/vlcplugin.h
index e64a731..c8a0def 100644
--- a/npapi/vlcplugin.h
+++ b/npapi/vlcplugin.h
@@ -1,4 +1,5 @@
 #ifndef __VLCPLUGIN_H__
+#define __VLCPLUGIN_H__
 
 #include "vlcplugin_base.h"
 



More information about the vlc-commits mailing list