comment update

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2078 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-11-07 01:26:39 +00:00
parent 29f446ec40
commit 8ae06a86b8
1 changed files with 2 additions and 1 deletions

View File

@ -441,7 +441,8 @@ void new_magicline(void)
} }
#ifndef NANO_SMALL #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) void remove_magicline(void)
{ {
if (filebot->data[0] == '\0' && filebot->prev != NULL) { if (filebot->data[0] == '\0' && filebot->prev != NULL) {