From: Dominik Kaiser Date: Mon, 11 Mar 2024 14:10:24 +0000 (+0100) Subject: Remove redundant condition from ft_strnstr X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=71eea3dbef2110114eb6f648e9ffdfb079884678;p=42%2Flibft.git Remove redundant condition from ft_strnstr --- diff --git a/ft_strnstr.c b/ft_strnstr.c index 453af18..373e90c 100644 --- a/ft_strnstr.c +++ b/ft_strnstr.c @@ -6,7 +6,7 @@ /* By: dkaiser