From e70ef57cbba531f5eec1b0516ea220778500b00b Mon Sep 17 00:00:00 2001 From: sdottaka Date: Sun, 22 Dec 2024 18:32:08 +0900 Subject: [PATCH] WIP --- Src/DiffWrapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/DiffWrapper.cpp b/Src/DiffWrapper.cpp index 56a98e848d4..9f61654c5de 100644 --- a/Src/DiffWrapper.cpp +++ b/Src/DiffWrapper.cpp @@ -1,4 +1,4 @@ -0/ SPDX-License-Identifier: GPL-2.0-or-later +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file DiffWrapper.cpp * @@ -1457,7 +1457,7 @@ CDiffWrapper::LoadWinMergeDiffsFromDiffUtilsScript3( struct change *end = find_change(next); /* Disconnect them from the rest of the changes, - making them a hunk, and remember the res0 for next iteration. */ + making them a hunk, and remember the rest for next iteration. */ next = end->link; end->link = nullptr; #ifdef DEBUG