Merge pull request #17 from NOVAglow/patch-1

Update tiv.cpp
This commit is contained in:
Stefan Haustein 2017-10-21 12:59:54 +02:00 committed by GitHub
commit 65ebc0a59e

View File

@ -451,7 +451,7 @@ int main(int argc, char* argv[]) {
emit_image(image, flags);
} catch(cimg_library::CImgIOException e) {
error = 1;
std::cerr << "File format not recogmized for '" << file_names[i] << "'" << std::endl;
std::cerr << "File format is not recognized for '" << file_names[i] << "'" << std::endl;
}
}
} else {