Commit 77e7aab
committed
gitk: fix a 'continue' statement outside a loop to 'return'
When 5de460a (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>1 parent c435c51 commit 77e7aab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8296 | 8296 | | |
8297 | 8297 | | |
8298 | 8298 | | |
8299 | | - | |
| 8299 | + | |
8300 | 8300 | | |
8301 | 8301 | | |
8302 | 8302 | | |
| |||
0 commit comments