Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Dec 22, 2024
1 parent d83a157 commit e70ef57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/DiffWrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0/ SPDX-License-Identifier: GPL-2.0-or-later
// SPDX-License-Identifier: GPL-2.0-or-later
/**
* @file DiffWrapper.cpp
*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e70ef57

Please sign in to comment.