From 6e6f8866d9be7e0b30947970e232ae62320bbc0c Mon Sep 17 00:00:00 2001 From: Shehab Hosny Date: Tue, 30 Nov 2021 01:39:03 +0200 Subject: [PATCH] Update diff.cpp --- src/diff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diff.cpp b/src/diff.cpp index a247678..38031fd 100644 --- a/src/diff.cpp +++ b/src/diff.cpp @@ -78,7 +78,7 @@ vector> DiffSession::getDiff(vector linesFile1, get(mapGrid[k + 1]), moveDown = (k == -d) || (k != d && checkPath); - // This is to add a line from the updated file + // Add a line from the updated file if (moveDown) { updateList = get(mapGrid[k + 1]); xPrevious = get(mapGrid[k + 1]);