From 45d344b72cd817ebd7f265e82632ee7b45986431 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 16 Nov 2005 08:14:16 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3193 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/color.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/color.c b/src/color.c index 6e6d3967..54c4a66e 100644 --- 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; -- 2.39.5