removed redundant %%trailer dsc comment
This commit is contained in:
parent
ed477b90a5
commit
61ad259ac9
|
|
@ -1317,7 +1317,6 @@ void create_ps(char **psfile, int what, int fullzoom, int eps)
|
|||
fprintf(fd, "%%%%trailer\n");
|
||||
fprintf(fd, "%%%%Pages: %d\n", numpages);
|
||||
if(eps) {
|
||||
fprintf(fd, "%%%%Trailer\n");
|
||||
fprintf(fd, "cleartomark\n");
|
||||
fprintf(fd, "countdictstack\n");
|
||||
fprintf(fd, "exch sub { end } repeat\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue