Skip to content
Snippets Groups Projects
Commit f47268e4 authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed a warning.

parent dd5c7d47
No related branches found
No related tags found
No related merge requests found
......@@ -402,7 +402,7 @@ vtkImageImport* VtkRaster::loadImageFromTIFF(const std::string &fileName,
_TIFFfree(pixVal);
GTIFFree(geoTiff);
XTIFFClose(tiff);
return false;
return NULL;
}
// check for colormap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment