]> git.wh0rd.org Git - nano.git/commitdiff
typo fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 14 Jul 2005 17:31:39 +0000 (17:31 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 14 Jul 2005 17:31:39 +0000 (17:31 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2855 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index 02f2d56ad791b08764659f926f78de27cabd3852..26b1746d12ac55b37f210b69270dd401f965d619 100644 (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
 }