From 82a7c12e8338288ccb40d213fcc9e15d102aa968 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Thu, 1 Aug 2019 16:42:36 +0100 Subject: remove trailing blank lines in write_file - change check_bound --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 4118ecc..ea8a4fc 100644 --- a/main.c +++ b/main.c @@ -135,7 +135,7 @@ void commands(FILE *fc){ break; } } - check_bound(); + check_bound(&x, &y); status_bar(); show_cursor(); step = 1; -- cgit v1.2.3