r195: imagefile.cpp
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 7 Sep 2000 05:01:28 +0000 (05:01 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 7 Sep 2000 05:01:28 +0000 (05:01 +0000)
libctsim/imagefile.cpp

index 9df4285a8a35904ee88939647bb6a5428f81a51b..667156b24cd224de9e45d052aca0b608a0fc6ab2 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: imagefile.cpp,v 1.11 2000/08/25 15:59:13 kevin Exp $
+**  $Id: imagefile.cpp,v 1.12 2000/09/07 05:01:28 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -94,7 +94,8 @@ ImageFile::displayScaling (const int scale, const ImageFileValue pmin, const Ima
 
     delete pPens;
     return (id_X11);
 
     delete pPens;
     return (id_X11);
-
+#else
+    return 0;
 #endif
 }
 
 #endif
 }