This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to tag v1.1.0
in repository osmium-tool.

commit 883a6ff75e89f5abd1368676c4f7d53aac2617a1
Author: Jochen Topf <joc...@topf.org>
Date:   Fri Apr 10 10:25:51 2015 +0200

    Bugfix: add missing return character.
---
 src/command_fileinfo.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/command_fileinfo.cpp b/src/command_fileinfo.cpp
index b41a917..0c489eb 100644
--- a/src/command_fileinfo.cpp
+++ b/src/command_fileinfo.cpp
@@ -207,7 +207,7 @@ bool CommandFileinfo::run() {
                     std::cout << "    WARNING! This is different from the 
setting in the header.\n";
                 }
             } else {
-                std::cout << "unknown (because objects in file are unordered)";
+                std::cout << "unknown (because objects in file are 
unordered)\n";
             }
 
             std::cout << "  CRC32: " << std::hex << 
info_handler.crc32.checksum() << std::dec << "\n";

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osmium-tool.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to