merged print_map
This commit is contained in:
commit
ba1cea020d
@ -6,7 +6,7 @@
|
|||||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2019/04/24 17:35:29 by tmaze #+# #+# */
|
/* Created: 2019/04/24 17:35:29 by tmaze #+# #+# */
|
||||||
/* Updated: 2019/04/24 18:09:57 by tmaze ### ########.fr */
|
/* Updated: 2019/04/26 11:36:27 by mndhlovu ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ void print_map(t_lmdata *data)
|
|||||||
ft_printf("%s\n", it->line);
|
ft_printf("%s\n", it->line);
|
||||||
it = it->next;
|
it = it->next;
|
||||||
}
|
}
|
||||||
del_map(&(data->map));
|
del_map(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
int add_line_map(t_lmdata *data, char *line)
|
int add_line_map(t_lmdata *data, char *line)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user