diff options
Diffstat (limited to 'src/ft_exit.c')
-rw-r--r-- | src/ft_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_exit.c b/src/ft_exit.c index d135433..4551e2f 100644 --- a/src/ft_exit.c +++ b/src/ft_exit.c @@ -21,7 +21,7 @@ #include <stdint.h> static void -ft_free_some_extras(t_cub *clist) + ft_free_some_extras(t_cub *clist) { uint8_t i; |