summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2010-10-03 20:23:04 +0200
committerWerner Lemberg <wl@gnu.org>2010-10-03 20:23:04 +0200
commit1a414646a0335c29962a6900b4cd33fe0b6b3fce (patch)
treec2223244ce1b3533fa14b9a6ede03c2825ebd487 /ChangeLog
parent297ff852c0919841feb11e0d701661971684f5f2 (diff)
downloadfreetype2-1a414646a0335c29962a6900b4cd33fe0b6b3fce.tar.gz
More whitespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 92478517c..40d78c11b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -74,10 +74,10 @@
See Savannah bug #30975.
* src/cff/cffload.c (cff_index_access_element): `off2', the offset
- to the next element is truncated at the end of the stream to prevent
- invalid I/O. As `off1', the offset to the requested element has
- been checked by FT_STREAM_SEEK(), `off2' should be checked
- similarly.
+ to the next element is truncated at the end of the stream to prevent
+ invalid I/O. As `off1', the offset to the requested element has
+ been checked by FT_STREAM_SEEK(), `off2' should be checked
+ similarly.
2010-09-19 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>