summaryrefslogtreecommitdiffstats
path: root/carg_parser.c
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:35:51 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:35:51 +0000
commite697a57bc582b562dd0e0365479abf0bbfbb3f14 (patch)
treed186f0d655a47c6fe2388733427224d5fde2372a /carg_parser.c
parentAdding debian version 1.3-3. (diff)
downloadclzip-e697a57bc582b562dd0e0365479abf0bbfbb3f14.tar.xz
clzip-e697a57bc582b562dd0e0365479abf0bbfbb3f14.zip
Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'carg_parser.c')
-rw-r--r--carg_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/carg_parser.c b/carg_parser.c
index 326bd41..973bb7e 100644
--- a/carg_parser.c
+++ b/carg_parser.c
@@ -88,7 +88,7 @@ static char parse_long_option( struct Arg_parser * const ap,
const struct ap_Option options[],
int * const argindp )
{
- unsigned int len;
+ unsigned len;
int index = -1;
int i;
char exact = 0, ambig = 0;