summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-08-01 16:42:36 +0100
committerKatolaZ <katolaz@freaknet.org>2019-08-01 16:42:36 +0100
commit82a7c12e8338288ccb40d213fcc9e15d102aa968 (patch)
tree970ca2f39dc599624e53a10e59d05bc908f9b0a2 /main.c
parent62713aaf65264950aecad9237d50e911d7dad893 (diff)
remove trailing blank lines in write_file - change check_bound
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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;