removed redundant %%trailer dsc comment

This commit is contained in:
stefan schippers 2023-12-12 01:27:59 +01:00
parent ed477b90a5
commit 61ad259ac9
1 changed files with 0 additions and 1 deletions

View File

@ -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");