diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_parse_map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index 58df20a..64b590b 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -122,6 +122,5 @@ void if ((clist->scale = ((uint16_t)clist->wlist->x_size / (uint16_t)clist->map_w) - 1) < 1) clist->scale = 1; - ft_print_list(clist); close(fd); } |