Commit 8ae06a86 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment update

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2078 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment