diff options
Diffstat (limited to 'src/s_lredir.c')
-rw-r--r-- | src/s_lredir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s_lredir.c b/src/s_lredir.c index 517c2de..1074382 100644 --- a/src/s_lredir.c +++ b/src/s_lredir.c @@ -68,10 +68,10 @@ void s_lredir_clear(struct s_lredir **lredir) *lredir = NULL; } -static int s_get_right_fd(const char path[]) +static int s_get_right_fd(const char path[]) { char *ptr; - int rfd; + int rfd; ptr = (char*)path; while (ft_isdigit(*ptr) == TRUE) |