[PATCH] gitk: fix mistype
From: Max Kirillov <hidden>
Date: 2016-06-15 22:59:41
Signed-off-by: Max Kirillov <redacted> --- gitk-git/gitk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gitk-git/gitk b/gitk-git/gitk
index b217dbc..30a3b20 100755
--- a/gitk-git/gitk
+++ b/gitk-git/gitk@@ -7958,7 +7958,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} {
--
1.8.5.2.421.g4cdf8d0