cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2029 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9bf486fe5d
commit
d4ca9f2acb
|
@ -1418,11 +1418,9 @@ bool do_wrap(filestruct *inptr)
|
||||||
* return FALSE if the user cancels. */
|
* return FALSE if the user cancels. */
|
||||||
bool do_int_spell_fix(const char *word)
|
bool do_int_spell_fix(const char *word)
|
||||||
{
|
{
|
||||||
char *save_search;
|
char *save_search, *save_replace;
|
||||||
char *save_replace;
|
|
||||||
size_t current_x_save = current_x, pww_save = placewewant;
|
size_t current_x_save = current_x, pww_save = placewewant;
|
||||||
filestruct *edittop_save = edittop;
|
filestruct *edittop_save = edittop, *current_save = current;
|
||||||
filestruct *current_save = current;
|
|
||||||
/* Save where we are. */
|
/* Save where we are. */
|
||||||
bool canceled = FALSE;
|
bool canceled = FALSE;
|
||||||
/* The return value. */
|
/* The return value. */
|
||||||
|
|
Loading…
Reference in New Issue