diff options
-rw-r--r-- | libstore/argp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/argp.c b/libstore/argp.c index a399b48f..31bae116 100644 --- a/libstore/argp.c +++ b/libstore/argp.c @@ -198,7 +198,7 @@ store_parsed_open (const struct store_parsed *parsed, int flags, return open (0, store); else { - int i; + size_t i; char *name; error_t err = 0; struct store **stores = malloc (sizeof (struct store *) * num); |