From b796adfa83aa5406448880736b1fa3ed019f329b Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 2 Sep 2011 10:02:54 +0000 Subject: [PATCH] Minor fix. --- src/actions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/actions.cpp b/src/actions.cpp index dac43345..85f90c1d 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -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_ << ": "