From 1f3c8726cd0f0fd4868f0e7a929a312937f647da Mon Sep 17 00:00:00 2001 From: Max Kirillov Date: Sat, 18 Jan 2014 14:58:51 +0200 Subject: [PATCH] gitk: Fix mistype Signed-off-by: Max Kirillov Signed-off-by: Paul Mackerras --- gitk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} { -- 2.11.4.GIT