aboutsummaryrefslogtreecommitdiff
path: root/src/xz/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xz/args.h')
-rw-r--r--src/xz/args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/args.h b/src/xz/args.h
index 1defad12..46a8e8ed 100644
--- a/src/xz/args.h
+++ b/src/xz/args.h
@@ -15,7 +15,7 @@ typedef struct {
char **arg_names;
/// Number of filenames from command line
- size_t arg_count;
+ unsigned int arg_count;
/// Name of the file from which to read filenames. This is NULL
/// if --files or --files0 was not used.