change delimiter character
Update void-packages template / Update xbps-src template (push) Successful in 3m0s Details

This commit is contained in:
Luca Bilke 2024-09-23 15:14:59 +02:00
parent 5645f218fb
commit db866e205d
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define CONFIG_H
// String used to delimit block outputs in the status.
#define DELIMITER " | "
#define DELIMITER " "
// Maximum number of Unicode characters that a block can output.
#define MAX_BLOCK_OUTPUT_LENGTH 500