Fix warning.

This commit is contained in:
castano 2009-03-15 18:34:46 +00:00
parent 50b8b67185
commit 8e836591ee

View File

@ -472,7 +472,7 @@ FloatImage * nv::ImageIO::loadFloatFreeImage(FREE_IMAGE_FORMAT fif, Stream & s)
return floatImage; return floatImage;
} }
#else defined(HAVE_FREEIMAGE) #else // defined(HAVE_FREEIMAGE)
/// Load TGA image. /// Load TGA image.
Image * nv::ImageIO::loadTGA(Stream & s) Image * nv::ImageIO::loadTGA(Stream & s)