Added comments

This commit is contained in:
2026-02-10 15:31:37 +01:00
parent 399bbeb7c8
commit c2cda6db61
10 changed files with 125 additions and 72 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */
/* Updated: 2026/01/25 16:42:38 by aortigos ### ########.fr */
/* Updated: 2026/02/10 15:31:25 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -38,7 +38,7 @@
# define ERR_EMPTY_FILE "Error: empty file\n"
# define ERR_MAP_INV "Error: invalid map element\n"
# define ERR_MAP_EMPTY "Error: empty ligne in the map\n"
# define ERR_MAP_EMPTY "Error: empty line in the map\n"
# define ERR_MAP_DUP "Error: duplicate map element\n"
# define ERR_MAP_RGB "Error: invalid color map [RGB]\n"