summaryrefslogtreecommitdiffstats
path: root/src/truetype/ttdriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/truetype/ttdriver.h')
-rw-r--r--src/truetype/ttdriver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/truetype/ttdriver.h b/src/truetype/ttdriver.h
index 6cacd60..74392bb 100644
--- a/src/truetype/ttdriver.h
+++ b/src/truetype/ttdriver.h
@@ -4,7 +4,7 @@
/* */
/* High-level TrueType driver interface (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 __TTDRIVER_H__
-#define __TTDRIVER_H__
+#ifndef TTDRIVER_H_
+#define TTDRIVER_H_
#include <ft2build.h>
@@ -32,7 +32,7 @@ FT_BEGIN_HEADER
FT_END_HEADER
-#endif /* __TTDRIVER_H__ */
+#endif /* TTDRIVER_H_ */
/* END */