diff options
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index a99689597..9ccdcfe11 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -105,7 +105,10 @@ int Fl_PostScript_File_Device::start_job (int pagecount, enum Fl_PostScript_Grap return 0; } -static int dont_close(FILE *f) {} +static int dont_close(FILE *f) +{ + return 0; +} /** @brief Begins the session where all graphics requests will go to FILE pointer. |
