Propagatorjobs: Removed superflous semicolon.
authorKlaas Freitag <freitag@owncloud.com>
Thu, 8 Oct 2015 14:20:42 +0000 (16:20 +0200)
committerKlaas Freitag <freitag@owncloud.com>
Thu, 8 Oct 2015 14:20:42 +0000 (16:20 +0200)
src/libsync/propagatorjobs.cpp

index 42fbcb880a733c44b3e7b7e9df043a18d6c7bf75..29acc1cb3abf1e8f313b44c95d0f9dd2eae3c215 100644 (file)
@@ -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;
         }