summaryrefslogtreecommitdiff
path: root/Build/source/README.coding
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-01-08 14:59:36 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-01-08 14:59:36 +0000
commit34b32ef8e282da7acb98e98ac7c0af0f04d876f4 (patch)
tree8575daf9fff84a59fe4994f82afa3d177f99a9f1 /Build/source/README.coding
parented002f07fb749ed39bb26cb9ffa9526859ec03c0 (diff)
doc update
git-svn-id: svn://tug.org/texlive/trunk@16637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.coding')
-rw-r--r--Build/source/README.coding2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/README.coding b/Build/source/README.coding
index e2254ef0bed..bf0501b4f05 100644
--- a/Build/source/README.coding
+++ b/Build/source/README.coding
@@ -53,7 +53,7 @@ however, that a `char **' value is not assignment compatible with a `const
char **' variable. Getting all `const's right often is quite involved but
usually can be done. There are, however, a few notable exceptions: the X11
headers are full of declarations that ought to use const but do not and the
-same is true to some extent for zlib.
+same is true to some extent for zlib and freetype2.
2.2. What must be avoided
-------------------------