aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p6.le-101.fr>2020-02-02 16:45:41 +0100
committerRudy Bousset <rbousset@z2r5p6.le-101.fr>2020-02-02 16:45:41 +0100
commite3419bc630c552abb6c55520f9b38dcc14a3f6e3 (patch)
treebe17f51c7d66489b0da6d42ad4d29d4cdc4e33ae /src
parentLess lines (diff)
download42-cub3d-e3419bc630c552abb6c55520f9b38dcc14a3f6e3.tar.gz
42-cub3d-e3419bc630c552abb6c55520f9b38dcc14a3f6e3.tar.bz2
42-cub3d-e3419bc630c552abb6c55520f9b38dcc14a3f6e3.tar.xz
42-cub3d-e3419bc630c552abb6c55520f9b38dcc14a3f6e3.tar.zst
42-cub3d-e3419bc630c552abb6c55520f9b38dcc14a3f6e3.zip
Removed whitespace
Diffstat (limited to 'src')
-rw-r--r--src/ft_init_lists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c
index 54a7902..63357ec 100644
--- a/src/ft_init_lists.c
+++ b/src/ft_init_lists.c
@@ -33,7 +33,7 @@ t_cub
!(clist->we_tex_path = (char*)ft_calloc(1, sizeof(char))) ||
!(clist->sprite_path = (char*)ft_calloc(1, sizeof(char))) ||
!(clist->map = (char**)ft_calloc(2, sizeof(char*))) ||
- !(clist->map[0] = (char*)ft_calloc(1, sizeof(char))))
+ !(clist->map[0] = (char*)ft_calloc(1, sizeof(char))))
return (NULL);
clist->map[1] = 0;
clist->f_color = -1;