summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/ttfdump/ChangeLog4
-rw-r--r--Build/source/texk/ttfdump/include/os2_P.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/ttfdump/ChangeLog b/Build/source/texk/ttfdump/ChangeLog
index 953055a7fac..190210a0890 100644
--- a/Build/source/texk/ttfdump/ChangeLog
+++ b/Build/source/texk/ttfdump/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-31 Akihiro Sagawa <sagawa.aki@gmail.com>
+
+ * include/os2_P.h: Added missing commas to fix an ancient bug.
+
2012-11-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Avoid use of deprecated INCLUDES.
diff --git a/Build/source/texk/ttfdump/include/os2_P.h b/Build/source/texk/ttfdump/include/os2_P.h
index 122e35d99b6..c6295aa8220 100644
--- a/Build/source/texk/ttfdump/include/os2_P.h
+++ b/Build/source/texk/ttfdump/include/os2_P.h
@@ -175,8 +175,8 @@ static const char *PanoseXHeight[] =
"Any",
"No Fit",
"Constant/Small",
- "Constant/Standard"
- "Constant/Large"
+ "Constant/Standard",
+ "Constant/Large",
"Ducking/Small",
"Ducking/Standard",
"Ducking/Large"