settings.c
changeset 4434 4175805666a5
parent 4431 7468c1484d20
child 4496 0294e0f7419f
--- 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 {