summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c
index e565ad5..eb52c62 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -981,7 +981,7 @@ do_string_savecolor(int colormode, char *s)
}
typedef struct _cnode {int i; struct _cnode *next;} Cnode, *Cptr;
-Cptr chead = NULL;
+static Cptr chead = NULL;
/**
* save a color from a var in the twmrc file