diff options
Diffstat (limited to 'src/str/ft_atoi.c')
| -rw-r--r-- | src/str/ft_atoi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/str/ft_atoi.c b/src/str/ft_atoi.c index 1b9bfc4..d6fa5bb 100644 --- a/src/str/ft_atoi.c +++ b/src/str/ft_atoi.c @@ -12,7 +12,7 @@ #include "libft.h" -/** +/* ** Convert a string to an int */ |
