typo fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2855 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
db95802a18
commit
a8da623410
|
@ -147,7 +147,7 @@ void initialize_buffer(void)
|
||||||
|
|
||||||
memset(&openfile->originalfilestat, 0, sizeof(struct stat));
|
memset(&openfile->originalfilestat, 0, sizeof(struct stat));
|
||||||
#endif
|
#endif
|
||||||
#ifndef ENABLE_COLOR
|
#ifdef ENABLE_COLOR
|
||||||
openfile->colorstrings = NULL;
|
openfile->colorstrings = NULL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue