]> git.wh0rd.org Git - nano.git/commitdiff
comment update
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 7 Nov 2004 01:26:39 +0000 (01:26 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 7 Nov 2004 01:26:39 +0000 (01:26 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2078 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/utils.c

index 2501568d63f99b94c36f0da9c37e12bc42454d42..22b852e8be802563a95a501a34117fca41223698 100644 (file)
@@ -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) {