]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 16 Nov 2005 08:14:16 +0000 (08:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 16 Nov 2005 08:14:16 +0000 (08:14 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3193 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/color.c

index 6e6d39675100425c77eef2d2e82867eeea20c6e6..54c4a66e546923687c1d5b83da0a0178b63f0183 100644 (file)
@@ -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;