nano

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

commit 36e363f5254fb6deb8e72df8ed77fea24c5c6eff
parent 1cadddd111c330eaa6e4966d979d99fac138c398
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 17 May 2004 20:38:00 +0000

and remove unneccessary initialization


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

Diffstat:
Msrc/nano.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c @@ -2392,7 +2392,7 @@ int do_justify(int full_justify) filestruct *first_par_line = NULL; /* Will be the first line of the resulting justified paragraph. * For restoring after uncut. */ - filestruct *last_par_line = NULL; + filestruct *last_par_line; /* Will be the last line of the result, also for uncut. */ filestruct *cutbuffer_save = cutbuffer; /* When the paragraph gets modified, all lines from the changed