summaryrefslogtreecommitdiffstats
path: root/src/truetype/ttgload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/truetype/ttgload.h')
-rw-r--r--src/truetype/ttgload.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/truetype/ttgload.h b/src/truetype/ttgload.h
index 8e3255e..bfa29e4 100644
--- a/src/truetype/ttgload.h
+++ b/src/truetype/ttgload.h
@@ -4,7 +4,7 @@
/* */
/* TrueType Glyph Loader (specification). */
/* */
-/* Copyright 1996-2015 by */
+/* Copyright 1996-2016 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -16,8 +16,8 @@
/***************************************************************************/
-#ifndef __TTGLOAD_H__
-#define __TTGLOAD_H__
+#ifndef TTGLOAD_H_
+#define TTGLOAD_H_
#include <ft2build.h>
@@ -56,7 +56,7 @@ FT_BEGIN_HEADER
FT_END_HEADER
-#endif /* __TTGLOAD_H__ */
+#endif /* TTGLOAD_H_ */
/* END */