From 7947d9d2a5230e9940a2e909dc00ac08f57398bd Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 9 Jan 2018 12:23:41 +0100 Subject: [PATCH] build: fix compilation when configured with --enable(tiny,color,nanorc} This fixes https://savannah.gnu.org/bugs/?52834. Reported-by: --- src/text.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/text.c b/src/text.c index 2bafa7f5..28c26d59 100644 --- a/src/text.c +++ b/src/text.c @@ -3037,7 +3037,9 @@ void do_linter(void) return; } +#ifndef NANO_TINY openfile->mark = NULL; +#endif edit_refresh(); if (openfile->modified) {