Minor bracket alignment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1001 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Rocco Corsi 2002-01-13 03:18:03 +00:00
parent 6f8222a8cc
commit 562964dab3
1 changed files with 1 additions and 1 deletions

2
nano.c
View File

@ -1501,7 +1501,7 @@ int do_int_spell_fix(char *word)
}
break;
}
}
/* restore the search/replace strings */
last_search = mallocstrcpy(last_search, save_search);