Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 1f3c872

Browse files
max630paulusmack
authored andcommitted
gitk: Fix mistype
Signed-off-by: Max Kirillov <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent ce2c58c commit 1f3c872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7922,7 +7922,7 @@ proc blobdiffmaybeseehere {ateof} {
79227922
if {$diffseehere >= 0} {
79237923
mark_ctext_line [lindex [split $diffseehere .] 0]
79247924
}
7925-
maybe_scroll_ctext ateof
7925+
maybe_scroll_ctext $ateof
79267926
}
79277927

79287928
proc getblobdiffline {bdf ids} {

0 commit comments

Comments
 (0)