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
This commit is contained in:
Michael R Sweet 2004-08-28 13:45:27 +00:00
parent 970bd86433
commit 62e1ae6976

View File

@ -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 $".
//