summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2007-02-06 22:55:31 +0000
committerBen Harris <bjh21@bjh21.me.uk>2007-02-06 22:55:31 +0000
commit6c294ec3bd944320be32cfd1d93397c2f64350e8 (patch)
treefb02fd9fc668f427cf26dadf9753b97bdd6b37c0
parenta0476063527f6ccc0874c04d8abdfe8732e75bff (diff)
downloadhalibut-6c294ec3bd944320be32cfd1d93397c2f64350e8.zip
halibut-6c294ec3bd944320be32cfd1d93397c2f64350e8.tar.gz
halibut-6c294ec3bd944320be32cfd1d93397c2f64350e8.tar.bz2
halibut-6c294ec3bd944320be32cfd1d93397c2f64350e8.tar.xz
Insert a missing (though strictly unnecessary) newline.
[originally from svn r7244]
-rw-r--r--in_sfnt.c2
1 files changed, 1 insertions, 1 deletions
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);