diff --git a/libebutils/getopt.c b/libebutils/getopt.c index 785574a..3dfaadd 100644 --- a/libebutils/getopt.c +++ b/libebutils/getopt.c @@ -342,7 +342,6 @@ getopt(int nargc, char * const *nargv, const char *options) } return retval; } -#endif /* * getopt_long -- @@ -478,3 +477,5 @@ getopt_long(int nargc, char * const *nargv, const char *options, } return retval; } + +#endif