From 883e09b2eb8b6a42289bc5a64294df4122d90e38 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 5 Oct 2007 18:30:01 +0200 Subject: removing NULL-terminating **tags definition in config.h --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f7822d2..5a18854 100644 --- a/config.def.h +++ b/config.def.h @@ -12,7 +12,7 @@ #define SELFGCOLOR "#ffffff" /* tagging */ -const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL }; +const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" }; Rule rules[] = { /* class:instance:title regex tags regex isfloating */ { "Firefox", "www", False }, -- cgit v1.2.3