Commit e66c276c e66c276c08c0be311b2e1307efcd10555dd3361c by Sergey Poznyakoff

Bugfix (stray #)

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