Fixed compilation issue

This commit is contained in:
Maix0 2024-07-02 21:35:17 +02:00
parent 4409bd4c44
commit 95058f4cb0

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */ /* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */ /* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */
/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */ /* Updated: 2024/07/02 21:22:19 by maiboyer ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -21,7 +21,7 @@
typedef struct s_non_terminal_alias_map_array typedef struct s_non_terminal_alias_map_array
{ {
uint16_t a[11]; uint16_t a[13];
} t_non_terminal_alias_map_array; } t_non_terminal_alias_map_array;
#endif // TYPE_NON_TERMINAL_ALIAS_MAP_H #endif // TYPE_NON_TERMINAL_ALIAS_MAP_H