summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/src/sfnt/ttsbit0.c
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-06-26 14:13:31 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-06-26 14:13:31 +0000
commitf7c79f6d883a8e65fafec3772d2441fb96212da3 (patch)
tree82b9af6f1a608a61a18a398cf0cf5a91c288d6b3 /Build/source/libs/freetype2/src/sfnt/ttsbit0.c
parent9569af41158bac35010885fa91fb29cb01c2c958 (diff)
updated freetype2 to release 2.3.6
git-svn-id: svn://tug.org/texlive/trunk@9057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/src/sfnt/ttsbit0.c')
-rw-r--r--Build/source/libs/freetype2/src/sfnt/ttsbit0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/freetype2/src/sfnt/ttsbit0.c b/Build/source/libs/freetype2/src/sfnt/ttsbit0.c
index f8adc64a735..37c7a9bbefb 100644
--- a/Build/source/libs/freetype2/src/sfnt/ttsbit0.c
+++ b/Build/source/libs/freetype2/src/sfnt/ttsbit0.c
@@ -5,7 +5,7 @@
/* TrueType and OpenType embedded bitmap support (body). */
/* This is a heap-optimized version. */
/* */
-/* Copyright 2005, 2006, 2007 by */
+/* Copyright 2005, 2006, 2007, 2008 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -207,7 +207,7 @@
}
- typedef struct
+ typedef struct TT_SBitDecoderRec_
{
TT_Face face;
FT_Stream stream;