diff options
| author | Manolo Gouy <Manolo> | 2015-03-02 09:34:56 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-03-02 09:34:56 +0000 |
| commit | ad59d0cf8396809e1ddcaaf1bfbe67de5cfec92f (patch) | |
| tree | 8ba5bbb72d0ef90bd3948efeb63c60e12e58b8a9 /src/Fl_PostScript.cxx | |
| parent | 372e707093022253b6dcb6b8cbc06151d7d03e96 (diff) | |
PostScript output: various cosmetic changes to easy readability of output code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10601 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 706663248..30b1cad5c 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -1119,7 +1119,7 @@ static void transformed_draw_extra(const char* str, int n, double x, double y, i di++; } } - Fl_PostScript_Graphics_Driver::close_rle85(rle85); + Fl_PostScript_Graphics_Driver::close_rle85(rle85); fputc('\n', output); delete[] mask; } |
