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

This commit is contained in:
Benno Schulenberg 2018-03-23 19:14:56 +01:00
parent 2c024a74a9
commit 9bce8bfeb3

View File

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