summaryrefslogtreecommitdiffstats
path: root/carg_parser.c
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 14:10:12 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 14:10:12 +0000
commit25eafae4dd0413254ee3c83fc1411909e0c2ffcd (patch)
treec9a74398da104cedce5897329d73ae16fdbfb603 /carg_parser.c
parentAdding debian version 1.1-3. (diff)
downloadlunzip-25eafae4dd0413254ee3c83fc1411909e0c2ffcd.tar.xz
lunzip-25eafae4dd0413254ee3c83fc1411909e0c2ffcd.zip
Merging upstream version 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;