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

master
Benno Schulenberg 2018-03-23 19:14:56 +01:00
parent 2c024a74a9
commit 9bce8bfeb3
1 changed files with 2 additions and 1 deletions

View File

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