mirror of
git://git.sv.gnu.org/nano.git
synced 2025-03-19 16:03:08 +03:00
fix inaccurate comment
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3824 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
ad344e9d1d
commit
f9f8cc36e4
@ -138,9 +138,8 @@ void color_update(void)
|
|||||||
exttype *e;
|
exttype *e;
|
||||||
|
|
||||||
/* If this is the default syntax, it has no associated
|
/* If this is the default syntax, it has no associated
|
||||||
* extensions. (We've checked for this and for duplicate
|
* extensions, which we've checked for elsewhere. Skip over
|
||||||
* syntax names elsewhere.) Skip over it here, but keep
|
* it here, but keep track of its color regexes. */
|
||||||
* track of its color regexes. */
|
|
||||||
if (strcmp(tmpsyntax->desc, "default") == 0) {
|
if (strcmp(tmpsyntax->desc, "default") == 0) {
|
||||||
defcolor = tmpsyntax->color;
|
defcolor = tmpsyntax->color;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user