mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 00:08:48 +00:00
fix style
This commit is contained in:
parent
f623075f0f
commit
047be6db37
2
popup.c
2
popup.c
@ -352,7 +352,7 @@ popup_make_pane(struct popup_data *pd, enum layout_type type)
|
||||
new_wp = window_add_pane(wp->window, NULL, hlimit, 0);
|
||||
layout_assign_pane(lc, new_wp, 0);
|
||||
|
||||
if (pd->job)
|
||||
if (pd->job != NULL)
|
||||
new_wp->fd = job_transfer(pd->job, &new_wp->pid, new_wp->tty,
|
||||
sizeof new_wp->tty);
|
||||
pd->job = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user