Remove spurious ; from PlotPS()

This commit is contained in:
Anton Blanchard
2023-01-16 16:00:56 +11:00
committed by Anton Blanchard
parent c89b0c1ff3
commit f181d97315
+1 -1
View File
@@ -1197,7 +1197,7 @@ PlotPS(fileName, scx, layers, xMask)
theight + PlotPSMargin);
fontptr = PlotPSIdFont;
fprintf(file, "%%%%DocumentNeededResources: font %s", fontptr);
if (!Match(fptr2 = PlotPSNameFont, fontptr));
if (!Match(fptr2 = PlotPSNameFont, fontptr))
fprintf(file, " font %s", fptr2);
if (!Match(fptr3 = PlotPSLabelFont, fontptr))
if (!Match(fptr3, fptr2))