summaryrefslogtreecommitdiffstats
path: root/libft/src/ft_strtok.c
diff options
context:
space:
mode:
Diffstat (limited to 'libft/src/ft_strtok.c')
-rw-r--r--libft/src/ft_strtok.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libft/src/ft_strtok.c b/libft/src/ft_strtok.c
index e4fde5e..7d931d0 100644
--- a/libft/src/ft_strtok.c
+++ b/libft/src/ft_strtok.c
@@ -12,8 +12,7 @@
#include <libft.h>
-char
- *ft_strtok(char *s, const char *delim)
+char *ft_strtok(char *s, const char *delim)
{
static char *last;