From: Max Kirillov Date: Sat, 18 Jan 2014 12:58:51 +0000 (+0200) Subject: gitk: Fix mistype X-Git-Tag: v1.9-rc1~28^2~6 X-Git-Url: https://repo.or.cz/w/alt-git.git/commitdiff_plain/1f3c8726cd0f0fd4868f0e7a929a312937f647da gitk: Fix mistype Signed-off-by: Max Kirillov Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index 33c3a6c6b3..1f147965bc 100755 --- a/gitk +++ b/gitk @@ -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} {