mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 09:34:16 +00:00
fix: follow norminette norms
This commit is contained in:
@@ -13,6 +13,5 @@ void *ft_memchr(const void *s, int c, size_t n)
|
|||||||
return ((void *)(ptr + i));
|
return ((void *)(ptr + i));
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
return (NULL);
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user