[vlc-commits] core inhibit: improve include-guard
Filip Roséen
git at videolan.org
Mon Feb 22 11:59:33 CET 2016
vlc | branch: master | Filip Roséen <filip at atch.se> | Mon Feb 22 01:12:42 2016 +0100| [54ec730082debf658c30f87b11077f5249ee8026] | committer: Jean-Baptiste Kempf
core inhibit: improve include-guard
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=54ec730082debf658c30f87b11077f5249ee8026
---
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>
More information about the vlc-commits
mailing list