Fix PDF syntax error.

This commit is contained in:
Jeff Young 2020-05-13 18:04:08 +01:00
parent bcea2019d4
commit c9bf2eaa1d
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ bool PDF_PLOTTER::EndPlot()
"/CreationDate (%s)\n"
"/Creator (%s)\n"
"/Title (%s)\n"
"/Trapped false\n",
"/Trapped No\n",
date_buf,
TO_UTF8( creator ),
TO_UTF8( title ) );