summaryrefslogtreecommitdiff
path: root/src/config_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config_node.c')
-rw-r--r--src/config_node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config_node.c b/src/config_node.c
index dcccc00..16aa0ed 100644
--- a/src/config_node.c
+++ b/src/config_node.c
@@ -66,7 +66,7 @@ void node_print(struct node* n) {
printf("{ \"full_text\":\" %s\", \"color\": \"%s\", \"separator\":false },",
n->label,
n->label_color);
- printf("{ \"full_text\":\" %s \", \"color\":\"%s\" }", n->text, n->color);
+ printf("{ \"full_text\":\"%s \", \"color\":\"%s\" }", n->text, n->color);
if(n->next)
printf(",");
printf("\n");

Generated by cgit