diff options
| author | Manolo Gouy <Manolo> | 2010-11-23 13:05:37 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-11-23 13:05:37 +0000 |
| commit | 4f9acb7b4f0c46514187c81edf1f788852e47a78 (patch) | |
| tree | 9b8f2c20d3876783c269ad74ba1d1b58399f132e /src/Fl_PostScript.cxx | |
| parent | 5625337133d4dd8dfb4cd2689e71a90e906e3fb3 (diff) | |
Removed compilation warning
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7886 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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. |
