diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-05 20:34:42 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-05 20:34:42 +0100 |
commit | eb11f281970bfe7bbf17786089709d4e0016b8c7 (patch) | |
tree | 61e4dcb1a75c4272a71bcf0e2c49cb0968e176d6 /src/main.c | |
parent | Changed return values (diff) | |
download | 42-cub3d-eb11f281970bfe7bbf17786089709d4e0016b8c7.tar.gz 42-cub3d-eb11f281970bfe7bbf17786089709d4e0016b8c7.tar.bz2 42-cub3d-eb11f281970bfe7bbf17786089709d4e0016b8c7.tar.xz 42-cub3d-eb11f281970bfe7bbf17786089709d4e0016b8c7.tar.zst 42-cub3d-eb11f281970bfe7bbf17786089709d4e0016b8c7.zip |
Norme
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -20,7 +20,6 @@ int main(int argc, const char *argv[]) { t_cub *clist; - (void)argv; if (argc < 2) { @@ -38,7 +37,6 @@ int ft_memdel((void**)&clist); return (2); } - ft_print_list(clist); ft_parse_map(argv[1], clist); if (ft_init_winlx(clist) < 0) return (ft_exit(3, clist)); |