comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3193 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
29fb951fcd
commit
45d344b72c
|
@ -30,8 +30,8 @@
|
||||||
|
|
||||||
#ifdef ENABLE_COLOR
|
#ifdef ENABLE_COLOR
|
||||||
|
|
||||||
/* For each syntax list entry, we go through the list of colors and
|
/* For each syntax list entry, go through the list of colors and assign
|
||||||
* assign color pairs. */
|
* color pairs. */
|
||||||
void set_colorpairs(void)
|
void set_colorpairs(void)
|
||||||
{
|
{
|
||||||
const syntaxtype *this_syntax = syntaxes;
|
const syntaxtype *this_syntax = syntaxes;
|
||||||
|
|
Loading…
Reference in New Issue