nano

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

commit d4ca9f2acbbeb50d6e9a7de572e653753e3d9e34
parent 9bf486fe5dc286482c5578575cd16c7c47734d7b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 26 Oct 2004 21:14:56 +0000

cosmetic fixes


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

Diffstat:
Msrc/nano.c | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -1418,11 +1418,9 @@ bool do_wrap(filestruct *inptr) * return FALSE if the user cancels. */ bool do_int_spell_fix(const char *word) { - char *save_search; - char *save_replace; + char *save_search, *save_replace; size_t current_x_save = current_x, pww_save = placewewant; - filestruct *edittop_save = edittop; - filestruct *current_save = current; + filestruct *edittop_save = edittop, *current_save = current; /* Save where we are. */ bool canceled = FALSE; /* The return value. */