diff -r 98632ba2212a -r a08cb4b5c179 settings.c --- a/settings.c Mon Aug 28 12:57:33 2006 +0000 +++ b/settings.c Mon Aug 28 18:53:03 2006 +0000 @@ -341,7 +341,7 @@ assert(item->value != NULL); if (item->comment != NULL) fputs(item->comment, f); - //*Don't give an equal sign to list items that don't have a parameter */ + /* Don't give an equal sign to list items that don't have a parameter */ if (group->type == IGT_LIST && *item->value == '\0') { fprintf(f, "%s\n", item->name); } else {