summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.h b/options.h
index f6dc974..d74cb3f 100644
--- a/options.h
+++ b/options.h
@@ -21,7 +21,7 @@
typedef struct options_s {
const char **filenames;
- unsigned int filecnt;
+ int filecnt;
} options_t;
extern const options_t *options;