diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-09 18:16:43 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-09 18:28:37 +0100 |
| commit | 0f3b5ded8fad8c0bf7c462fc360174f4a2080e14 (patch) | |
| tree | ab040846009fed45f6807483c17498b15272e184 /src/drivers/PostScript | |
| parent | e18ce5400f2ae666a0783e5b7399169b95ff7b54 (diff) | |
Fix dependencies, typos, trailing whitespace, and formatting
No code changes.
Diffstat (limited to 'src/drivers/PostScript')
| -rw-r--r-- | src/drivers/PostScript/Fl_PostScript_image.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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<w; i++){ for (k=0; k<4; k++){ // generating 4 x-pixels for 1 RGB short error, o1, o2, o3; @@ -454,7 +454,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 = w-1; i >= 0; i--){ |
