diff options
Diffstat (limited to 'include/getopt.h')
| -rw-r--r-- | include/getopt.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/include/getopt.h b/include/getopt.h index c1d0df92..35cbd358 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -9,8 +9,7 @@ int getopt(int, char * const [], const char *);  extern char *optarg;  extern int optind, opterr, optopt, optreset; -struct option -{ +struct option {  	const char *name;  	int has_arg;  	int *flag; | 
