Commit 2d7389992521aa8c8841f4004f07695931e440de

Werner Lemberg 2008-05-14T23:33:53

Fix ChangeLog.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/ChangeLog b/ChangeLog
index 3fbb692..75ba961 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2008-05-15  Werner Lemberg  <wl@gnu.org>
 
 	* src/type1/t1load.c (parse_subrs): Accept fonts with a subrs array
-	which contain a single but empty entry.  This is technically
-	invalid (since it must end with `return', but...)
+	which contains a single but empty entry.  This is technically
+	invalid (since it must end with `return'), but...
 
 	Reported by Martin McBride.