From b7bd570ed1aebb7e31aa6c4c92f56e45ac46a3bc Mon Sep 17 00:00:00 2001 From: night0721 Date: Thu, 14 Mar 2024 15:29:31 +0000 Subject: [PATCH] change type to ftype in add_file_stat --- ccc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccc.c b/ccc.c index 533aa2b..f6d94a0 100644 --- a/ccc.c +++ b/ccc.c @@ -28,7 +28,7 @@ void change_dir(const char *buf); int mkdir_p(const char *destdir); void populate_files(const char *path); int get_directory_size(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf); -long add_file_stat(char *filepath, int type); +long add_file_stat(char *filepath, int ftype); void highlight_current_line(); void show_file_content(); void edit_file();