summaryrefslogtreecommitdiffstats
path: root/carg_parser.c
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 14:10:02 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 14:10:02 +0000
commite73f2db7a181fd8abcf29a4b237847e8bec69f71 (patch)
treed7e445702cb7e89c5ed03db14f57a5f9e3be0818 /carg_parser.c
parentAdding upstream version 1.1. (diff)
downloadlunzip-e73f2db7a181fd8abcf29a4b237847e8bec69f71.tar.xz
lunzip-e73f2db7a181fd8abcf29a4b237847e8bec69f71.zip
Adding upstream version 1.2.upstream/1.2
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;