mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-16 21:34:26 +03:00
build: fix compilation when configured with --disable-multibuffer
This commit is contained in:
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…
x
Reference in New Issue
Block a user