[vlc-devel] [PATCH 01/27] src/video_output/: fixed broken include-guard

Filip Roséen filip at atch.se
Mon Feb 22 01:12:42 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..957922f 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 LIBVLC_VIDEO_OUTPUT_INHIBIT_H_
+#define LIBVLC_VIDEO_OUTPUT_INHIBIT_H_
 
 # include <vlc_inhibit.h>
 
-- 
2.7.1



More information about the vlc-devel mailing list