From 8ae06a86b810573b265dd14acb70903f8cd1642b Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 7 Nov 2004 01:26:39 +0000
Subject: [PATCH] comment update

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

diff --git a/src/utils.c b/src/utils.c
index 2501568d..22b852e8 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -441,7 +441,8 @@ void new_magicline(void)
 }
 
 #ifndef NANO_SMALL
-/* Remove the magicline from filebot, if there is one. */
+/* Remove the magicline from filebot, if there is one and it isn't the
+ * only line in the file. */
 void remove_magicline(void)
 {
     if (filebot->data[0] == '\0' && filebot->prev != NULL) {
-- 
GitLab