Commit ada78dc8 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

build: fix compilation with --enable-tiny --enable-justify

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -2422,9 +2422,11 @@ void do_justify(bool full_justify)
if (first_par_line != NULL)
last_par_line = openfile->current;
#ifndef NANO_TINY
/* Let a justification cancel a soft mark. */
if (openfile->mark && openfile->kind_of_mark == SOFTMARK)
openfile->mark = NULL;
#endif
edit_refresh();
......
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