Correction

This commit is contained in:
Etienne Rey-bethbeder
2023-04-07 13:26:05 +02:00
parent 8a2eb85dc6
commit e65a9f32c0
6 changed files with 6 additions and 60 deletions

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/27 13:41:42 by cchauvet #+# #+# */
/* Updated: 2023/03/27 13:41:44 by cchauvet ### ########.fr */
/* Updated: 2023/03/31 20:07:36 by erey-bet ### ########.fr */
/* */
/* ************************************************************************** */

View File

@ -6,7 +6,7 @@
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/02/22 13:28:27 by erey-bet #+# #+# */
/* Updated: 2023/03/30 15:07:10 by erey-bet ### ########.fr */
/* Updated: 2023/04/07 12:46:28 by erey-bet ### ########.fr */
/* */
/* ************************************************************************** */
@ -16,7 +16,7 @@ int error(char *str, int fd)
{
write(fd, "bozoshell: unset: `", 19);
write(fd, str, ft_strlen(str));
write(fd, "': not a valid identifier", 25);
write(fd, "': not a valid identifier\n", 26);
return (1);
}