]> git.wh0rd.org Git - nano.git/commitdiff
and remove unneccessary initialization
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 17 May 2004 20:38:00 +0000 (20:38 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 17 May 2004 20:38:00 +0000 (20:38 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1744 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index f5a333a41c08b29d7e0da123abe70d77c908e3dd..98af0de60125167fcc37b0be40514c1d87f358aa 100644 (file)
@@ -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