From bd89cee6a4fa8ca6c212632a48d1647e44a9e46c Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 10 Mar 2024 19:10:22 +0100 Subject: Bonus --- ft_strdup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ft_strdup.c') diff --git a/ft_strdup.c b/ft_strdup.c index 2f59166..c7a6591 100644 --- a/ft_strdup.c +++ b/ft_strdup.c @@ -6,7 +6,7 @@ /* By: dkaiser