diff options
Diffstat (limited to '')
-rw-r--r-- | carg_parser.c (renamed from pdarg_parser.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdarg_parser.c b/carg_parser.c index 71dc5d0..30cabb3 100644 --- a/pdarg_parser.c +++ b/carg_parser.c @@ -12,7 +12,7 @@ #include <stdlib.h> #include <string.h> -#include "pdarg_parser.h" +#include "carg_parser.h" /* assure at least a minimum size for buffer 'buf' */ @@ -71,7 +71,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; |