]> granicus.if.org Git - flex/commitdiff
correct function prototype
authorWill Estes <westes575@gmail.com>
Thu, 17 Dec 2015 21:45:14 +0000 (16:45 -0500)
committerWill Estes <westes575@gmail.com>
Thu, 17 Dec 2015 21:45:14 +0000 (16:45 -0500)
src/scanopt.c

index 90408c4344d2b9f3db8fef1625be8db58814d715..6df62f6eb340abca415581e5379281821cbb9301 100644 (file)
@@ -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)
 {