summaryrefslogtreecommitdiffstats
path: root/carg_parser.c
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:35:42 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:35:42 +0000
commitd3e2a87dc1d276ec425b2da35258a3b5ce9a9efc (patch)
treed71cfedff1229d64bb0152feda77a2be5bde94a3 /carg_parser.c
parentAdding upstream version 1.3. (diff)
downloadclzip-d3e2a87dc1d276ec425b2da35258a3b5ce9a9efc.tar.xz
clzip-d3e2a87dc1d276ec425b2da35258a3b5ce9a9efc.zip
Adding upstream version 1.4.upstream/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;