Commit 9bce8bfe authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

build: fix compilation when configured with --disable-multibuffer

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -617,8 +617,9 @@ void die(const char *msg, ...)
}
filepart = NULL;
#ifdef ENABLE_MULTIBUFFER
openfile = openfile->next;
#endif
if (openfile == firstone)
break;
}
......
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