diff --git a/src/nano.c b/src/nano.c index 8350d29f..955ec4ca 100644 --- a/src/nano.c +++ b/src/nano.c @@ -617,8 +617,9 @@ void die(const char *msg, ...) } filepart = NULL; +#ifdef ENABLE_MULTIBUFFER openfile = openfile->next; - +#endif if (openfile == firstone) break; }