aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.cpp')
-rw-r--r--src/repository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.cpp b/src/repository.cpp
index dc184ef..b21e2a1 100644
--- a/src/repository.cpp
+++ b/src/repository.cpp
@@ -559,7 +559,7 @@ Repository::Transaction *FastImportRepository::newTransaction(const QString &bra
void FastImportRepository::forgetTransaction(Transaction *)
{
if (!--outstandingTransactions)
- next_file_mark = maxMark;
+ next_file_mark = maxMark;
}
void FastImportRepository::createAnnotatedTag(const QString &ref, const QString &svnprefix,