From 562964dab35fda24cc5e4701abca6c9136e2ff85 Mon Sep 17 00:00:00 2001 From: Rocco Corsi Date: Sun, 13 Jan 2002 03:18:03 +0000 Subject: [PATCH] Minor bracket alignment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1001 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- nano.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano.c b/nano.c index 1dfe6f2e..08f081a3 100644 --- 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); -- 2.39.5