Changed the delimiter

This commit is contained in:
Ashish Kumar Yadav 2020-07-10 01:48:53 +05:30
parent 25d91f46ca
commit d1c18af84e

View file

@ -30,4 +30,4 @@ static Block blocks[] = {
{ NULL } /* just to mark the end of the array */ { NULL } /* just to mark the end of the array */
}; };
static const char *delim = " | "; static const char *delim = " ";