nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit eb5092226d9a6a17546a6bdd529961d05b0c547a
parent cf4db89d567b7ab61c81e96efc041bd5bf60f927
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 22 Mar 2005 04:50:11 +0000

cosmetic fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2419 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/global.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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);