From e9d2f54dc98e1291a436d61ddc911d9fdc8e5cf2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 3 Oct 2020 17:08:03 +0200 Subject: Renormed u_path --- src/u_path.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/u_path.c') 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; -- cgit v1.2.3