aboutsummaryrefslogtreecommitdiff
path: root/mode-tree.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-12 21:02:27 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-12 21:02:27 +0100
commit699d9d2facd377c72c962e1f029f654530e8bba8 (patch)
treec5a71356eafec8f137ae30977e93f4d406cc80a4 /mode-tree.c
parent42da951edfc1fadee0e9e7f08deedb24ffe482b8 (diff)
parentc3c3927c2bf90f10623374edb579eb19fb192ab7 (diff)
downloadrtmux-699d9d2facd377c72c962e1f029f654530e8bba8.tar.gz
rtmux-699d9d2facd377c72c962e1f029f654530e8bba8.tar.bz2
rtmux-699d9d2facd377c72c962e1f029f654530e8bba8.zip
Merge branch 'obsd-master'
Diffstat (limited to 'mode-tree.c')
-rw-r--r--mode-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-tree.c b/mode-tree.c
index eb642826..fb186c1a 100644
--- a/mode-tree.c
+++ b/mode-tree.c
@@ -819,7 +819,7 @@ mode_tree_display_menu(struct mode_tree_data *mtd, struct client *c, u_int x,
line = mtd->current;
else
line = mtd->offset + y;
- mti = mtd->line_list[line].item;
+ mti = mtd->line_list[line].item;
if (!outside) {
s = mtd->menu;