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