From: ben Date: Tue, 6 Feb 2007 22:55:31 +0000 (+0000) Subject: Insert a missing (though strictly unnecessary) newline. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/b554f0ec8dd50eaeedf5ba555762831c03b0f856 Insert a missing (though strictly unnecessary) newline. git-svn-id: svn://svn.tartarus.org/sgt/halibut@7244 cda61777-01e9-0310-a592-d414129be87e --- 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);