diff options
Diffstat (limited to 'src/ht/ft_htdestroy.c')
| -rw-r--r-- | src/ht/ft_htdestroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ht/ft_htdestroy.c b/src/ht/ft_htdestroy.c index ef4b257..ff362d2 100644 --- a/src/ht/ft_htdestroy.c +++ b/src/ht/ft_htdestroy.c @@ -13,7 +13,7 @@ #include "libft.h" #include "libft_ht.h" -/** +/* ** \brief Destroy an hash table. ** \param del Function to delete each entry ** \warning The del function HAS to free the key |
