summaryrefslogtreecommitdiffstats
path: root/cmd-rename-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-rename-window.c')
-rw-r--r--cmd-rename-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-rename-window.c b/cmd-rename-window.c
index 2f677a48..bc85d96b 100644
--- a/cmd-rename-window.c
+++ b/cmd-rename-window.c
@@ -47,7 +47,7 @@ cmd_rename_window_exec(struct cmd *self, struct cmd_q *cmdq)
return (CMD_RETURN_ERROR);
window_set_name(wl->window, args->argv[0]);
- options_set_number(&wl->window->options, "automatic-rename", 0);
+ options_set_number(wl->window->options, "automatic-rename", 0);
server_status_window(wl->window);