gitk: Fix mistype
[gitweb.git] / gitk
diff --git a/gitk b/gitk
index 33c3a6c6b3c1b125bbf7f3951e38149742787314..1f147965bce7f1812839fb558354f0132c4abde0 100755 (executable)
--- 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} {