From d1c18af84eca3d51f14c025f403efa93a6ffe0cf Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Fri, 10 Jul 2020 01:48:53 +0530 Subject: [PATCH] Changed the delimiter --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index 10f73f4..88c6a9f 100644 --- a/blocks.h +++ b/blocks.h @@ -30,4 +30,4 @@ static Block blocks[] = { { NULL } /* just to mark the end of the array */ }; -static const char *delim = " | "; +static const char *delim = " ";