Compile fix with current_stat. Not sure how I missed that.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4477 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2010-01-18 03:43:24 +00:00
parent 4e621b5f6b
commit 2466d933c9
1 changed files with 1 additions and 1 deletions

View File

@ -517,8 +517,8 @@ openfilestruct *make_new_opennode(void)
newnode->filebot = NULL;
newnode->edittop = NULL;
newnode->current = NULL;
newnode->current_stat = NULL;
#ifndef NANO_TINY
newnode->current_stat = NULL;
newnode->last_action = OTHER;
#endif