From f181d97315d539b7cf9e99b0c40f913fb0fe3cdb Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Mon, 16 Jan 2023 16:00:56 +1100 Subject: [PATCH] Remove spurious ; from PlotPS() --- plot/plotPS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot/plotPS.c b/plot/plotPS.c index e63c3de1..e3cb4a4d 100644 --- a/plot/plotPS.c +++ b/plot/plotPS.c @@ -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))