diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ void commands(FILE *fc){ break; } } - check_bound(); + check_bound(&x, &y); status_bar(); show_cursor(); step = 1; |