Commit 0496aed4 authored by Liu Hao's avatar Liu Hao Committed by Benno Schulenberg
Browse files

build: fix compilation error when configured with --disable-justify

Signed-off-by: default avatarLiu Hao <lh_mouse@126.com>
parent 373e3b88
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1628,7 +1628,7 @@ bool wanted_to_move(void (*func)(void))
func == do_up || func == do_down ||
func == do_home || func == do_end ||
func == do_prev_word_void || func == do_next_word_void ||
#ifndef NANO_TINY
#ifdef ENABLE_JUSTIFY
func == do_para_begin_void || func == do_para_end_void ||
#endif
func == do_prev_block || func == do_next_block ||
......
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