commit 8476bf86a18f01511bb9247836f65780c7042365
parent c92982d60f1e98b871684304cf917e32825a16e1
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Sat, 15 Oct 2016 18:05:01 +0200
tweaks: fix compilation when configured with --enable-tiny
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/move.c b/src/move.c
@@ -516,11 +516,11 @@ void do_down(bool scroll_only)
refresh_needed = TRUE;
return;
}
+ }
#else
if (openfile->current_y == editwinrows - 1)
edit_scroll(DOWNWARD, editwinrows / 2 + 1);
#endif
- }
/* If the lines weren't already redrawn, see if they need to be. */
if (openfile->current_y < editwinrows - 1) {