1
1

build: fix compilation when configured with --disable-multibuffer

Этот коммит содержится в:
Benno Schulenberg 2018-03-23 19:14:56 +01:00
родитель 2c024a74a9
Коммит 9bce8bfeb3

Просмотреть файл

@ -617,8 +617,9 @@ void die(const char *msg, ...)
}
filepart = NULL;
#ifdef ENABLE_MULTIBUFFER
openfile = openfile->next;
#endif
if (openfile == firstone)
break;
}