Fix PostScript output of multiple charts.
[pspp-builds.git] / src / output / postscript.c
index d2cff2c25e9f774b4a9c9d406b617de193059ee7..f212bb20084c639bf00fc2306c233dc501adf9af 100644 (file)
@@ -1145,7 +1145,7 @@ ps_chart_finalise (struct outp_driver *this UNUSED, struct chart *ch UNUSED)
     continue;
   fclose (ch->file);
 
-  fputs ("%%%%EndDocument\n"
+  fputs ("%%EndDocument\n"
          "end\n"
          "sp restore\n",
          x->file);