Minor fix.

This commit is contained in:
Andreas Huggel 2011-09-02 10:02:54 +00:00
parent 05aa740573
commit b796adfa83

View File

@ -272,11 +272,11 @@ namespace Action {
// MIME type
printLabel(_("MIME type"));
std::cout << image->mimeType() << "\n";
std::cout << image->mimeType() << std::endl;
// Image size
printLabel(_("Image size"));
std::cout << image->pixelWidth() << " x " << image->pixelHeight() << "\n";
std::cout << image->pixelWidth() << " x " << image->pixelHeight() << std::endl;
if (exifData.empty()) {
std::cerr << path_ << ": "