]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: fix a 'continue' statement outside a loop to 'return'
authorJohannes Sixt <j6t@kdbg.org>
Thu, 6 Nov 2025 08:20:41 +0000 (09:20 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 6 Nov 2025 09:59:02 +0000 (10:59 +0100)
commit77e7aab693daee402ef37323715207c5a2daec9f
tree4e145b9675d6473752a519880c2ff6af3f0ccd77
parentc435c515dad872532705d45d9ff81d3f4af22d6d
gitk: fix a 'continue' statement outside a loop to 'return'

When 5de460a2cfdd (gitk: Refactor per-line part of getblobdiffline and
its support) moved the body of a loop into a separate function, several
'continue' statements were changed to 'return'. But one instance was
missed. Fix it now.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk