build: fix compilation when configured with --enable(tiny,color,nanorc}
This fixes https://savannah.gnu.org/bugs/?52834. Reported-by: <akiko@mailbox.org>master
parent
c9ccb39752
commit
7947d9d2a5
|
@ -3037,7 +3037,9 @@ void do_linter(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef NANO_TINY
|
||||||
openfile->mark = NULL;
|
openfile->mark = NULL;
|
||||||
|
#endif
|
||||||
edit_refresh();
|
edit_refresh();
|
||||||
|
|
||||||
if (openfile->modified) {
|
if (openfile->modified) {
|
||||||
|
|
Loading…
Reference in New Issue