From 62e1ae69768156c1f4db4a7193f74af944ab34f6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 28 Aug 2004 13:45:27 +0000 Subject: Fix bad #elif (Matthias, please check your commits more closely, thanks!) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3796 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Image.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 37cbb5830..8cf8af3fa 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Image.cxx,v 1.5.2.3.2.34 2004/08/27 21:57:18 matthiaswm Exp $" +// "$Id: Fl_Image.cxx,v 1.5.2.3.2.35 2004/08/28 13:45:27 easysw Exp $" // // Image drawing code for the Fast Light Tool Kit (FLTK). // @@ -127,7 +127,7 @@ void Fl_RGB_Image::uncache() { #ifdef __APPLE_QUARTZ__ if (id) CGImageRelease((CGImageRef)id); -#elif +#else if (id) { fl_delete_offscreen((Fl_Offscreen)id); id = 0; @@ -418,5 +418,5 @@ void Fl_RGB_Image::label(Fl_Menu_Item* m) { // -// End of "$Id: Fl_Image.cxx,v 1.5.2.3.2.34 2004/08/27 21:57:18 matthiaswm Exp $". +// End of "$Id: Fl_Image.cxx,v 1.5.2.3.2.35 2004/08/28 13:45:27 easysw Exp $". // -- cgit v1.2.3