nano

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

commit 45d344b72cd817ebd7f265e82632ee7b45986431
parent 29fb951fcdb3ea8fb9ecb0d0a1018811a13134c3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 16 Nov 2005 08:14:16 +0000

comment fix


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

Diffstat:
Msrc/color.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/color.c b/src/color.c @@ -30,8 +30,8 @@ #ifdef ENABLE_COLOR -/* For each syntax list entry, we go through the list of colors and - * assign color pairs. */ +/* For each syntax list entry, go through the list of colors and assign + * color pairs. */ void set_colorpairs(void) { const syntaxtype *this_syntax = syntaxes;