diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2003-12-16 16:19:00 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2003-12-16 16:19:00 +0000 |
commit | 0ef0e96b57b23cd923b95dfccb1e66403c47e953 (patch) | |
tree | 1a2be239abae38d4812e3768815ff5b9cb3dbef2 /psi | |
parent | e34d659730ee766f7f77194eeafaf8acb582db3e (diff) |
Changed spelling of endjob to .endjob to match gs 8.x naming.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2014 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'psi')
-rwxr-xr-x | psi/psitop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psi/psitop.c b/psi/psitop.c index cf08d511b..d9a3680dd 100755 --- a/psi/psitop.c +++ b/psi/psitop.c @@ -387,7 +387,7 @@ ps_impl_dnit_job( { int code = 0; int exit_code = 0; - static const char *buf = "\nendjob\n"; /* restore to begin job state */ + static const char *buf = "\n.endjob\n"; /* restore to begin job state */ ps_interp_instance_t *psi = (ps_interp_instance_t *)instance; /* take care of a stored pdf file */ |