summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-04-09 19:19:22 -0300
committerandmarti1424 <andmarti@gmail.com>2017-04-09 19:19:22 -0300
commitf5959f99d723630c9efaaa30a1209316064f9158 (patch)
treed91369c0e31ad8eac4104a02b27608b968444386 /src/color.c
parentcc90329962d76e1103aa43653993cf2f01c5038b (diff)
cleaned comments
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/color.c b/src/color.c
index 89e0c5a..cbd34e7 100644
--- a/src/color.c
+++ b/src/color.c
@@ -85,8 +85,10 @@ void start_default_ucolors() {
ui_start_colors(); // call specific ui startup routine
}
-// Create a dictionary that stores the correspondence between macros and key
-// values (integers) defined in '.sc' files or through the color command.
+/*
+ * Create a dictionary that stores the correspondence between macros and key
+ * values (integers) defined in '.sc' files or through the color command.
+ */
void set_colors_param_dict() {
d_colors_param = create_dictionary();
char str[3];