build: fix compilation when configured with --enable(tiny,color,nanorc}

This fixes https://savannah.gnu.org/bugs/?52834.
Reported-by: <akiko@mailbox.org>
master
Benno Schulenberg 2018-01-09 12:23:41 +01:00
parent c9ccb39752
commit 7947d9d2a5
1 changed files with 2 additions and 0 deletions

View File

@ -3037,7 +3037,9 @@ void do_linter(void)
return;
}
#ifndef NANO_TINY
openfile->mark = NULL;
#endif
edit_refresh();
if (openfile->modified) {