diff --git a/src/global.c b/src/global.c index fd84b83e4aa7abe43d2a6736d2ccb4b9a1693b91..b55703c4608127e3620fba744f69819e33b7d922 100644 --- a/src/global.c +++ b/src/global.c @@ -370,9 +370,9 @@ void shortcut_init(bool unjustify) * point is that sc_init_one() takes 9 arguments, unless DISABLE_HELP is * defined, when the 4th one should not be there. */ #ifndef DISABLE_HELP -# define IFHELP(help, nextvar) help, nextvar +#define IFHELP(help, nextvar) help, nextvar #else -# define IFHELP(help, nextvar) nextvar +#define IFHELP(help, nextvar) nextvar #endif free_shortcutage(&main_list);