From e257a46db39bf63c44c366497d0db90ffc174006 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Wed, 13 Mar 2024 11:20:35 -0600 Subject: [PATCH] space --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;