More trivial merge errors.

This commit is contained in:
Nicholas Marriott
2026-05-19 13:26:27 +01:00
parent 2695c5305e
commit f8e908b89c
2 changed files with 2 additions and 2 deletions

View File

@@ -340,8 +340,7 @@ server_destroy_pane(struct window_pane *wp, int notify)
case 0:
break;
case 2:
if (remain_on_exit == 2 &&
WIFEXITED(wp->status) && WEXITSTATUS(wp->status) == 0)
if (WIFEXITED(wp->status) && WEXITSTATUS(wp->status) == 0)
break;
/* FALLTHROUGH */
case 1: