Skip to content

Commit

Permalink
gitk: Fix mistype
Browse files Browse the repository at this point in the history
Signed-off-by: Max Kirillov <max@max630.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Max Kirillov authored and Paul Mackerras committed Jan 21, 2014
1 parent ce2c58c commit 1f3c872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -7922,7 +7922,7 @@ proc blobdiffmaybeseehere {ateof} {
if {$diffseehere >= 0} {
mark_ctext_line [lindex [split $diffseehere .] 0]
}
maybe_scroll_ctext ateof
maybe_scroll_ctext $ateof
}

proc getblobdiffline {bdf ids} {
Expand Down

0 comments on commit 1f3c872

Please sign in to comment.