Remove spurious ; from PlotPS()
This commit is contained in:
parent
c89b0c1ff3
commit
f181d97315
|
|
@ -1197,7 +1197,7 @@ PlotPS(fileName, scx, layers, xMask)
|
||||||
theight + PlotPSMargin);
|
theight + PlotPSMargin);
|
||||||
fontptr = PlotPSIdFont;
|
fontptr = PlotPSIdFont;
|
||||||
fprintf(file, "%%%%DocumentNeededResources: font %s", fontptr);
|
fprintf(file, "%%%%DocumentNeededResources: font %s", fontptr);
|
||||||
if (!Match(fptr2 = PlotPSNameFont, fontptr));
|
if (!Match(fptr2 = PlotPSNameFont, fontptr))
|
||||||
fprintf(file, " font %s", fptr2);
|
fprintf(file, " font %s", fptr2);
|
||||||
if (!Match(fptr3 = PlotPSLabelFont, fontptr))
|
if (!Match(fptr3 = PlotPSLabelFont, fontptr))
|
||||||
if (!Match(fptr3, fptr2))
|
if (!Match(fptr3, fptr2))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue