diff --git a/config.def.h b/config.def.h index 1e98399..1b6a16c 100644 --- a/config.def.h +++ b/config.def.h @@ -15,5 +15,5 @@ static const Block blocks[] = { }; //sets delimeter between status commands. NULL character ('\0') means no delimeter. -static char delim[] = " "; +static char delim[] = " "; static unsigned int delimLen = 15;