summaryrefslogtreecommitdiff
path: root/src/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c
index aba3d4569..9e14b4327 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -1607,7 +1607,7 @@ term_free_vterm(term_T *term)
term->tl_winpty_config = NULL;
if (term->tl_vterm != NULL)
vterm_free(term->tl_vterm);
- term->tl_vterm = NULL
+ term->tl_vterm = NULL;
}
/*