Commit ba3e23042963f0d38adab066cd6e49016d2fd8e5

Suzuki, Toshiya (鈴木俊哉) 2008-10-02T01:48:14

* Fix wrong comment in ftbase.h

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/base/ftbase.h b/src/base/ftbase.h
index 2a124eb..b63c9df 100644
--- a/src/base/ftbase.h
+++ b/src/base/ftbase.h
@@ -48,7 +48,7 @@ FT_BEGIN_HEADER
 
 FT_END_HEADER
 
-#endif /* __TTDRIVER_H__ */
+#endif /* __FTBASE_H__ */
 
 
 /* END */