[Pkg-owncloud-commits] [owncloud-client] 55/484: Propagatorjobs: Removed superflous semicolon.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:12 UTC 2015
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 c1ba927b3719e3d1465a83071383b33de6c4080f
Author: Klaas Freitag <freitag at owncloud.com>
Date: Thu Oct 8 16:20:42 2015 +0200
Propagatorjobs: Removed superflous semicolon.
---
src/libsync/propagatorjobs.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/propagatorjobs.cpp b/src/libsync/propagatorjobs.cpp
index 42fbcb8..29acc1c 100644
--- a/src/libsync/propagatorjobs.cpp
+++ b/src/libsync/propagatorjobs.cpp
@@ -95,7 +95,7 @@ bool PropagateLocalRemove::removeRecursively(const QString& path)
if (success) {
success = QDir().rmdir(absolute);
if (!success) {
- _error += PropagateLocalRemove::tr("Could not remove folder '%1';")
+ _error += PropagateLocalRemove::tr("Could not remove folder '%1'")
.arg(QDir::toNativeSeparators(absolute)) + " ";
qDebug() << "Error removing folder" << absolute;
}
--
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