mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-16 21:34:26 +03:00
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3868 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
9054e3a2ae
commit
a1b6997066
@ -49,8 +49,8 @@ static struct termios oldterm;
|
|||||||
static struct sigaction act;
|
static struct sigaction act;
|
||||||
/* For all our fun signal handlers. */
|
/* For all our fun signal handlers. */
|
||||||
|
|
||||||
/* Create a new filestruct node. Note that we specifically do not set
|
/* Create a new filestruct node. Note that we do not set prevnode->next
|
||||||
* prevnode->next equal to the new line. */
|
* to the new line. */
|
||||||
filestruct *make_new_node(filestruct *prevnode)
|
filestruct *make_new_node(filestruct *prevnode)
|
||||||
{
|
{
|
||||||
filestruct *newnode = (filestruct *)nmalloc(sizeof(filestruct));
|
filestruct *newnode = (filestruct *)nmalloc(sizeof(filestruct));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user