summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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;