diff options
Diffstat (limited to 'cmd-previous-layout.c')
-rw-r--r-- | cmd-previous-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-previous-layout.c b/cmd-previous-layout.c index 083ac3e9..77e3ebbb 100644 --- a/cmd-previous-layout.c +++ b/cmd-previous-layout.c @@ -43,7 +43,7 @@ cmd_previous_layout_exec(struct cmd *self, struct cmd_ctx *ctx) struct cmd_target_data *data = self->data; struct winlink *wl; u_int layout; - + if ((wl = cmd_find_window(ctx, data->target, NULL)) == NULL) return (-1); |