From 4f9acb7b4f0c46514187c81edf1f788852e47a78 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 23 Nov 2010 13:05:37 +0000 Subject: Removed compilation warning git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7886 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_PostScript.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3