Normed all create_type

This commit is contained in:
Raphaël 2024-04-28 18:21:10 +02:00
parent f50fc68fb9
commit d77d4d3063
17 changed files with 34 additions and 34 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */
/* Updated: 2024/04/28 18:19:25 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -16,7 +16,7 @@
t_symbols_names_array *create_symbols_names(void)
{
static t_symbols_names_array table = {};
static bool init = false;
static bool init = false;
if (!init)
{