From 13ba408ef3316958b7cf9d5c1cdd3c222b1425ad Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 26 Jun 2026 01:52:35 +0000 Subject: fixed -Wall and -Wextra warnings --- src/files.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/files.c') diff --git a/src/files.c b/src/files.c index 3e5df9f..38e87be 100644 --- a/src/files.c +++ b/src/files.c @@ -129,8 +129,6 @@ static int copy_at(int src_dir_fd, const char *src_path, int dst_dir_fd, const c fprintf(stderr, "copy_at: unsupported file inode type\n"); } -cleanup2: - close(dst_fd); cleanup1: close(src_fd); cleanup0: -- cgit v1.2.3