diff options
-rw-r--r-- | src/u_path.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/u_path.c b/src/u_path.c index 5e756a5..1ca1b2d 100644 --- a/src/u_path.c +++ b/src/u_path.c @@ -59,10 +59,10 @@ static int8_t u_read_dir(DIR *dir, return (-1); } -uint8_t u_search_in_path(char fullpath[], - const char com[], - size_t dstsize, - t_msh *msh) +uint8_t u_search_in_path(char fullpath[], + const char com[], + size_t dstsize, + t_msh *msh) { char tmp[ARG_MAX]; struct s_path s; |