git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2855 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-07-14 17:31:39 +00:00
parent db95802a18
commit a8da623410
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ void initialize_buffer(void)
memset(&openfile->originalfilestat, 0, sizeof(struct stat));
#endif
#ifndef ENABLE_COLOR
#ifdef ENABLE_COLOR
openfile->colorstrings = NULL;
#endif
}