diff options
| author | MenTaLguY <mental@rydia.net> | 2006-05-21 04:05:33 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-05-21 04:05:33 +0000 |
| commit | 28917f348caec65bf388121a1049c308c0baf767 (patch) | |
| tree | bc43441e1d667879cdf58ac35295a6f406e45a26 /src/extension/internal/ps.cpp | |
| parent | first hack at in-band registration (diff) | |
| download | inkscape-28917f348caec65bf388121a1049c308c0baf767.tar.gz inkscape-28917f348caec65bf388121a1049c308c0baf767.zip | |
add %%EOF trailer for DSC-compliance
(bzr r911)
Diffstat (limited to 'src/extension/internal/ps.cpp')
| -rw-r--r-- | src/extension/internal/ps.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/internal/ps.cpp b/src/extension/internal/ps.cpp index efc689a77..d474f8533 100644 --- a/src/extension/internal/ps.cpp +++ b/src/extension/internal/ps.cpp @@ -417,6 +417,8 @@ PrintPS::begin(Inkscape::Extension::Print *mod, SPDocument *doc) } } + os << "%%EOF\n"; + /* FIXME: This function is declared to return unsigned, whereas fprintf returns a signed int * * that can be zero if the first fprintf failed (os is empty) or "negative" (i.e. very positive * in unsigned int interpretation) if the first fprintf failed but this one succeeds, or |
