diff --git a/src/rcfile.c b/src/rcfile.c index 6aab2b6c35630ec9019528a023b0319fef780bd2..64007e3b6441a148f8220d3d85abfbe12f3265a3 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -395,9 +395,8 @@ void parse_colors(char *ptr) return; } - /* Now for the fun part. Start adding regexps to individual strings + /* Now for the fun part. Start adding regexes to individual strings * in the colorstrings array, woo! */ - while (ptr != NULL && *ptr != '\0') { colortype *newcolor; /* The new color structure. */