aboutsummaryrefslogtreecommitdiff
path: root/src/ht/ft_htdestroy_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ht/ft_htdestroy_all.c')
-rw-r--r--src/ht/ft_htdestroy_all.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ht/ft_htdestroy_all.c b/src/ht/ft_htdestroy_all.c
index ec54044..6f98a43 100644
--- a/src/ht/ft_htdestroy_all.c
+++ b/src/ht/ft_htdestroy_all.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/01/30 08:29:58 by cacharle #+# #+# */
-/* Updated: 2020/01/30 08:30:53 by cacharle ### ########.fr */
+/* Updated: 2020/01/31 10:43:13 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -20,7 +20,7 @@ static void st_htdelcontent_all(t_ftht_content *content)
free(content->value);
}
-void ft_htdestroy_all(t_ftht *ht)
+void ft_htdestroy_all(t_ftht *ht)
{
ft_htdestroy(ht, *st_htdelcontent_all);
}