summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump/libttf/hhea.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttfdump/libttf/hhea.c')
-rw-r--r--Build/source/texk/ttfdump/libttf/hhea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ttfdump/libttf/hhea.c b/Build/source/texk/ttfdump/libttf/hhea.c
index 9b056dde6ab..3ec85c827d4 100644
--- a/Build/source/texk/ttfdump/libttf/hhea.c
+++ b/Build/source/texk/ttfdump/libttf/hhea.c
@@ -53,7 +53,7 @@ void ttfPrintHHEA(FILE *fp,HHEAPtr hhea)
fprintf(fp,"'hhea' Table - Horizontal Header\n");
fprintf(fp,"--------------------------\n");
- fprintf(fp,"\t 'hhea' version:\t %2d.%2d\n",b[1],b[0]);
+ fprintf(fp,"\t 'hhea' version:\t %d.%d\n",b[1],b[0]);
fprintf(fp,"\t yAscender:\t\t %d\n",hhea->Ascender);
fprintf(fp,"\t yDescender:\t\t %d\n",hhea->Descender);
fprintf(fp,"\t yLineGap:\t\t %d\n",hhea->LineGap);