diff options
Diffstat (limited to 'src/ft_free_words.c')
-rw-r--r-- | src/ft_free_words.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_free_words.c b/src/ft_free_words.c index 3ca01c8..50795c2 100644 --- a/src/ft_free_words.c +++ b/src/ft_free_words.c @@ -13,7 +13,7 @@ #include <libft.h> uint8_t - ft_free_sprites(char **sprites) + ft_free_sprites_path(char **sprites) { uint8_t i; |