Commit e66c276c e66c276c08c0be311b2e1307efcd10555dd3361c by Sergey Poznyakoff

Bugfix (stray #)

1 parent f97bd0d1
......@@ -150,7 +150,7 @@
#if defined GNULIB_ARGP_DISABLE_DIRNAME
# define __argp_base_name(arg) arg
#elif defined GNULIB_ARGP_EXTERN_BASENAME
# extern char *__argp_base_name(const char *arg);
extern char *__argp_base_name(const char *arg);
#else
# include "dirname.h"
# define __argp_base_name base_name
......