diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2007-02-06 22:55:31 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2007-02-06 22:55:31 +0000 |
| commit | 6c294ec3bd944320be32cfd1d93397c2f64350e8 (patch) | |
| tree | fb02fd9fc668f427cf26dadf9753b97bdd6b37c0 | |
| parent | a0476063527f6ccc0874c04d8abdfe8732e75bff (diff) | |
| download | halibut-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |