summaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorMax Kirillov <max@max630.net>2014-01-18 12:58:51 (GMT)
committerPaul Mackerras <paulus@samba.org>2014-01-21 10:57:03 (GMT)
commit1f3c8726cd0f0fd4868f0e7a929a312937f647da (patch)
treec978b159b3cdd106871a6d044cb60bf248152a93 /gitk
parentce2c58cdaad42b9af6ad243f149c542ea93f8d01 (diff)
downloadgit-1f3c8726cd0f0fd4868f0e7a929a312937f647da.zip
git-1f3c8726cd0f0fd4868f0e7a929a312937f647da.tar.gz
git-1f3c8726cd0f0fd4868f0e7a929a312937f647da.tar.bz2
gitk: Fix mistype
Signed-off-by: Max Kirillov <max@max630.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index 33c3a6c..1f14796 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} {