Commit 7947d9d2 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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

This fixes https://savannah.gnu.org/bugs/?52834.
Reported-by: <akiko@mailbox.org>
Showing with 2 additions and 0 deletions
+2 -0
......@@ -3037,7 +3037,9 @@ void do_linter(void)
return;
}
#ifndef NANO_TINY
openfile->mark = NULL;
#endif
edit_refresh();
if (openfile->modified) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment