diff --git a/getopt_long.h b/getopt_long.h index 6001341..79b7e4f 100644 --- a/getopt_long.h +++ b/getopt_long.h @@ -56,7 +56,7 @@ struct pkg_option { /* if not NULL, set *flag to val when option found */ uint64_t *flag; /* if flag not NULL, value to set *flag to; else return value */ - int val; + uint64_t val; }; int pkg_getopt_long(int, char * const *, const char *,