summaryrefslogtreecommitdiffstats
path: root/include/ftlzw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ftlzw.h')
-rw-r--r--include/ftlzw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ftlzw.h b/include/ftlzw.h
index 00d4016..d3ec28e 100644
--- a/include/ftlzw.h
+++ b/include/ftlzw.h
@@ -4,7 +4,7 @@
/* */
/* LZW-compressed stream support. */
/* */
-/* Copyright 2004, 2006 by */
+/* Copyright 2004-2015 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -88,7 +88,7 @@ FT_BEGIN_HEADER
FT_Stream_OpenLZW( FT_Stream stream,
FT_Stream source );
- /* */
+ /* */
FT_END_HEADER