From 0f3b5ded8fad8c0bf7c462fc360174f4a2080e14 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 9 Mar 2023 18:16:43 +0100 Subject: Fix dependencies, typos, trailing whitespace, and formatting No code changes. --- src/drivers/PostScript/Fl_PostScript_image.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/PostScript/Fl_PostScript_image.cxx') diff --git a/src/drivers/PostScript/Fl_PostScript_image.cxx b/src/drivers/PostScript/Fl_PostScript_image.cxx index f2a41a2d4..64f9972bf 100644 --- a/src/drivers/PostScript/Fl_PostScript_image.cxx +++ b/src/drivers/PostScript/Fl_PostScript_image.cxx @@ -421,7 +421,7 @@ int Fl_PostScript_Graphics_Driver::alpha_mask(const uchar * data, int w, int h, swap = next; next = current; current = swap; - *(next+1) = 0; // must clean the first cell, next are overriden by *1 + *(next+1) = 0; // must clean the first cell, next are overridden by *1 for (i=0; i= 0; i--){ -- cgit v1.2.3