Add missing line break

This commit is contained in:
Olivier Goffart 2014-04-29 11:27:31 +02:00
parent b42d3ced15
commit 7e702778a1

View file

@ -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);
}