summaryrefslogtreecommitdiff
path: root/src/scanopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanopt.c')
-rw-r--r--src/scanopt.c2
1 files changed, 1 insertions, 1 deletions
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)
{