From aebf37aa12b0ea88e70b1647ae3ddd79061335ec Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 17 Dec 2015 16:45:14 -0500 Subject: correct function prototype --- src/scanopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/scanopt.c b/src/scanopt.c index 90408c4..6df62f6 100644 --- a/src/scanopt.c +++ b/src/scanopt.c @@ -82,7 +82,7 @@ static int FLAGS(struct _scanopt_t *, int); static const char *DESC(struct _scanopt_t *, int); static int scanopt_err(struct _scanopt_t *, int, int); static int matchlongopt(char *, char **, int *, char **, int *); -static int find_opt((struct _scanopt_t *, int, char *, int, int *, int *opt_offset)); +static int find_opt(struct _scanopt_t *, int, char *, int, int *, int *opt_offset); static const char *NAME (struct _scanopt_t *s, int i) { -- cgit v1.2.3