]> granicus.if.org Git - graphviz/commitdiff
another case of extra "%%"
authorellson <devnull@localhost>
Tue, 15 Aug 2006 16:02:12 +0000 (16:02 +0000)
committerellson <devnull@localhost>
Tue, 15 Aug 2006 16:02:12 +0000 (16:02 +0000)
plugin/core/gvrender_core_ps.c

index c420c70f9a9c4ed54aae5faff7ecc51bb26f1f31..65ae95a3e7bdd24617732fef673f105e62c09ddd 100644 (file)
@@ -164,7 +164,7 @@ static void psgen_end_page(GVJ_t * job)
      * out there needs to see this literal token.  endpage does the real work.
      */
     core_fputs(job, "endpage\nshowpage\ngrestore\n");
-    core_fputs(job, "%%%%PageTrailer\n");
+    core_fputs(job, "%%PageTrailer\n");
     core_printf(job, "%%%%EndPage: %d\n", job->common->viewNum);
 }