[Pkg-owncloud-commits] [owncloud-client] 84/103: Add missing line break
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Apr 30 18:09:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 7e702778a17b45c96cddd9e1c6f88d7bbe1bcbee
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Tue Apr 29 11:27:31 2014 +0200
Add missing line break
---
src/owncloudcmd/owncloudcmd.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/owncloudcmd/owncloudcmd.cpp b/src/owncloudcmd/owncloudcmd.cpp
index 94d9991..12abff6 100644
--- a/src/owncloudcmd/owncloudcmd.cpp
+++ b/src/owncloudcmd/owncloudcmd.cpp
@@ -110,7 +110,7 @@ void parseOptions( const QStringList& app_args, CmdOptions *options )
options->target_url.replace(0, 4, "owncloud");
options->source_dir = args.takeLast();
if( !QFile::exists( options->source_dir )) {
- std::cerr << "Source dir does not exists.";
+ std::cerr << "Source dir does not exists." << std::endl;
exit(1);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list