From afcad0de54ecd1a8bfaf261e4e6882985a234963 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 31 Jul 2013 22:24:22 -0700 Subject: Make some more previously global variables into file-scoped statics Not used from other source files, so no need to export them Signed-off-by: Alan Coopersmith --- src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse.c') 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 -- cgit v1.2.3