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

Signed-off-by: Liu Hao <lh_mouse@126.com>
master
Liu Hao 2018-03-19 11:22:50 +08:00 committed by Benno Schulenberg
parent 373e3b880f
commit 0496aed4ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 ||