aboutsummaryrefslogtreecommitdiff
path: root/src/ht/ft_htentry_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ht/ft_htentry_new.c')
-rw-r--r--src/ht/ft_htentry_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ht/ft_htentry_new.c b/src/ht/ft_htentry_new.c
index 03c0980..12a1159 100644
--- a/src/ht/ft_htentry_new.c
+++ b/src/ht/ft_htentry_new.c
@@ -13,7 +13,7 @@
#include "libft.h"
#include "libft_ht.h"
-/**
+/*
** \brief Create a new hash table key/value pair.
** \param key Hash entry string key (always duplicated)
** \return Content or NULL if an allocation failed.