From 9735e67e321fefae5946d47a888a405e344cf52d Mon Sep 17 00:00:00 2001 From: aortigos Date: Fri, 21 Nov 2025 11:37:14 +0100 Subject: [PATCH] Header fix --- ex00/WrongAnimal/WrongAnimal.cpp | 6 +++--- ex00/WrongAnimal/WrongAnimal.hpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ex00/WrongAnimal/WrongAnimal.cpp b/ex00/WrongAnimal/WrongAnimal.cpp index 5573a0b..7553748 100644 --- a/ex00/WrongAnimal/WrongAnimal.cpp +++ b/ex00/WrongAnimal/WrongAnimal.cpp @@ -1,12 +1,12 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* Animal.cpp :+: :+: :+: */ +/* WrongAnimal.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos