From: David Lawrence Ramsey Date: Mon, 17 May 2004 20:38:00 +0000 (+0000) Subject: and remove unneccessary initialization X-Git-Tag: v1.3.3~75 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=36e363f5254fb6deb8e72df8ed77fea24c5c6eff;p=nano.git and remove unneccessary initialization git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1744 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index f5a333a4..98af0de6 100644 --- 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