build: fix compilation when configured with --disable-multibuffer
parent
2c024a74a9
commit
9bce8bfeb3
|
@ -617,8 +617,9 @@ void die(const char *msg, ...)
|
|||
}
|
||||
|
||||
filepart = NULL;
|
||||
#ifdef ENABLE_MULTIBUFFER
|
||||
openfile = openfile->next;
|
||||
|
||||
#endif
|
||||
if (openfile == firstone)
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue