nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit a8da62341030f28fde795ff81b3b64030dbbc073
parent db95802a1842fdf6d130316888ebf474ba3acb9f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 14 Jul 2005 17:31:39 +0000

typo fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2855 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/files.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/files.c b/src/files.c @@ -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 }