[vlc-devel] [PATCH 01/28] src/video_output/: fixed broken	include-guard
    Filip Roséen 
    filip at atch.se
       
    Sat Feb 20 23:20:06 CET 2016
    
    
  
  * the previous include-guard was pointless, it has now been renamed.
---
 src/video_output/inhibit.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/video_output/inhibit.h b/src/video_output/inhibit.h
index 764b8a9..977e4e8 100644
--- a/src/video_output/inhibit.h
+++ b/src/video_output/inhibit.h
@@ -18,8 +18,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef LIBVLC_INHIBIT_H
-# define LIVCLC_INHIBIT_H 1
+#ifndef VIDEO_OUTPUT__INHIBIT_H_
+#define VIDEO_OUTPUT__INHIBIT_H_
 
 # include <vlc_inhibit.h>
 
-- 
2.7.1
    
    
More information about the vlc-devel
mailing list