Commit a1b69970 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3868 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 9054e3a2
Showing with 2 additions and 2 deletions
+2 -2
......@@ -49,8 +49,8 @@ static struct termios oldterm;
static struct sigaction act;
/* For all our fun signal handlers. */
/* Create a new filestruct node. Note that we specifically do not set
* prevnode->next equal to the new line. */
/* Create a new filestruct node. Note that we do not set prevnode->next
* to the new line. */
filestruct *make_new_node(filestruct *prevnode)
{
filestruct *newnode = (filestruct *)nmalloc(sizeof(filestruct));
......
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