From 684e7ebd37932728c2f31f0c016b5a28d66fcfa3 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 20 May 2004 14:31:15 +0000
Subject: [PATCH] comment fix: justify_format() could have just left out a
 space at the end of the line instead of removing it

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1750 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c
index fb449a73..5c7ce9e8 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -2575,7 +2575,7 @@ int do_justify(int full_justify)
 
 	    /* If the line we were on before still exists, and it was
 	     * not the last line of the paragraph, add a space to the
-	     * end of it to replace the one removed by
+	     * end of it to replace the one removed or left out by
 	     * justify_format(). */
 	    if (current->prev != NULL && par_len > 1) {
 		size_t prev_line_len = strlen(current->prev->data);
-- 
GitLab