build: fix compilation when configured with --disable-multibuffer
This commit is contained in:
parent
df7fe1280d
commit
e3f46b066a
@ -92,7 +92,8 @@ void make_new_buffer(void)
|
|||||||
|
|
||||||
openfile->statinfo = NULL;
|
openfile->statinfo = NULL;
|
||||||
openfile->lock_filename = NULL;
|
openfile->lock_filename = NULL;
|
||||||
|
#endif
|
||||||
|
#ifdef ENABLE_MULTIBUFFER
|
||||||
openfile->errormessage = NULL;
|
openfile->errormessage = NULL;
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENABLE_COLOR
|
#ifdef ENABLE_COLOR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user