diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_parse_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index c4aa011..4fd870b 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -38,7 +38,7 @@ static void } static int8_t -ft_error_here(const char *errmsg, char *line, t_cub *clist) + ft_error_here(const char *errmsg, char *line, t_cub *clist) { ft_memdel((void**)&line); return (ft_map_error(errmsg, clist)); |