diff options
Diffstat (limited to 'src/ChangeHistory.cxx')
-rw-r--r-- | src/ChangeHistory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeHistory.cxx b/src/ChangeHistory.cxx index 09eb51b73..7295f89af 100644 --- a/src/ChangeHistory.cxx +++ b/src/ChangeHistory.cxx @@ -209,7 +209,7 @@ void ChangeLog::SetSavePoint() { } startRun = endRun; } - + for (Sci::Position positionDeletion = 0; positionDeletion <= length;) { const EditionSetOwned &editions = deleteEdition.ValueAt(positionDeletion); if (editions) { |