aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/utils.c b/src/utils.c
index 5989d71..1649199 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,26 +1,26 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* util.c :+: :+: :+: */
+/* utils.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/28 11:56:31 by cacharle #+# #+# */
-/* Updated: 2020/02/28 11:57:30 by cacharle ### ########.fr */
+/* Updated: 2020/04/01 17:55:34 by charles ### ########.fr */
/* */
/* ************************************************************************** */
-/**
+/*
** \file utils.c
** \brief Various functions
*/
#include "minishell.h"
-/**
-** \brief Delete function for a entry containing a allocated key and value
+/*
+** \brief Delete function for a entry containing
+** an allocated key and value
** \param entry Hash table entry
-**
*/
void ht_del_str_entry(t_ftht_entry *entry)