nano

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

commit 562964dab35fda24cc5e4701abca6c9136e2ff85
parent 6f8222a8cc24a42f41ee621293b566d94c6b2dec
Author: Rocco Corsi <rocco.corsi@sympatico.ca>
Date:   Sun, 13 Jan 2002 03:18:03 +0000

Minor bracket alignment fix


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

Diffstat:
Mnano.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano.c b/nano.c @@ -1501,7 +1501,7 @@ int do_int_spell_fix(char *word) } break; - } + } /* restore the search/replace strings */ last_search = mallocstrcpy(last_search, save_search);