gitk: Fix mistype

Signed-off-by: Max Kirillov <max@max630.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Max Kirillov 2014-01-18 14:58:51 +02:00 committed by Paul Mackerras
parent ce2c58cdaa
commit 1f3c8726cd

2
gitk
View File

@ -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} {