diff --git a/glorytun.c b/glorytun.c index 57ec710..e98f66b 100644 --- a/glorytun.c +++ b/glorytun.c @@ -182,9 +182,10 @@ struct option { enum option_type type; }; -static void option (int argc, char **argv, int n, struct option *opt) +static int option (int argc, char **argv, int n, struct option *opt) { - for (int i=0; i