Insert a missing (though strictly unnecessary) newline.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Feb 2007 22:55:31 +0000 (22:55 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Feb 2007 22:55:31 +0000 (22:55 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/halibut@7244 cda61777-01e9-0310-a592-d414129be87e

in_sfnt.c

index 5b87976..a9108e8 100644 (file)
--- 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);