patch 8.2.2446: setting 'term' empty has different error if compiled with GUI

Problem:    Setting 'term' empty has different error if compiled with GUI.
Solution:   Insert "else". (closes #7766)
This commit is contained in:
Bram Moolenaar
2021-02-01 18:39:47 +01:00
parent 0346b799fc
commit 5daa911626
3 changed files with 4 additions and 4 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2446,
/**/
2445,
/**/