From b554f0ec8dd50eaeedf5ba555762831c03b0f856 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 6 Feb 2007 22:55:31 +0000 Subject: [PATCH] Insert a missing (though strictly unnecessary) newline. git-svn-id: svn://svn.tartarus.org/sgt/halibut@7244 cda61777-01e9-0310-a592-d414129be87e --- in_sfnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in_sfnt.c b/in_sfnt.c index 5b87976..a9108e8 100644 --- a/in_sfnt.c +++ b/in_sfnt.c @@ -679,7 +679,7 @@ void sfnt_writeps(font_info const *fi, FILE *ofp) { (double)sf->head.yMax / sf->head.unitsPerEm); } else { /* Non-sensible font. */ - fprintf(ofp, "/FontBBox [0 0 0 0] readonly def"); + fprintf(ofp, "/FontBBox [0 0 0 0] readonly def\n"); } fprintf(ofp, "/PaintType 0 def\n"); fprintf(ofp, "/CharStrings %u dict dup begin\n", sf->nglyphs); -- 2.11.0