cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2419 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-03-22 04:50:11 +00:00
parent cf4db89d56
commit eb5092226d
1 changed files with 2 additions and 2 deletions

View File

@ -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);