Commit eb509222 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2419 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent cf4db89d
Showing with 2 additions and 2 deletions
+2 -2
...@@ -370,9 +370,9 @@ void shortcut_init(bool unjustify) ...@@ -370,9 +370,9 @@ void shortcut_init(bool unjustify)
* point is that sc_init_one() takes 9 arguments, unless DISABLE_HELP is * point is that sc_init_one() takes 9 arguments, unless DISABLE_HELP is
* defined, when the 4th one should not be there. */ * defined, when the 4th one should not be there. */
#ifndef DISABLE_HELP #ifndef DISABLE_HELP
# define IFHELP(help, nextvar) help, nextvar #define IFHELP(help, nextvar) help, nextvar
#else #else
# define IFHELP(help, nextvar) nextvar #define IFHELP(help, nextvar) nextvar
#endif #endif
free_shortcutage(&main_list); free_shortcutage(&main_list);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment