Author: manolo
Date: 2010-11-23 05:05:37 -0800 (Tue, 23 Nov 2010)
New Revision: 7886
Log:
Removed compilation warning
Modified:
branches/branch-1.3/src/Fl_PostScript.cxx
Modified: branches/branch-1.3/src/Fl_PostScript.cxx
===================================================================
--- branches/branch-1.3/src/Fl_PostScript.cxx 2010-11-23 12:13:17 UTC (rev
7885)
+++ branches/branch-1.3/src/Fl_PostScript.cxx 2010-11-23 13:05:37 UTC (rev
7886)
@@ -105,7 +105,10 @@
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.
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit