summaryrefslogtreecommitdiffstats
path: root/src/custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/custom.c')
-rw-r--r--src/custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custom.c b/src/custom.c
index 5aae821..5700640 100644
--- a/src/custom.c
+++ b/src/custom.c
@@ -346,7 +346,7 @@ custom_set_conf (struct conf *conf, enum conf_var var, char *val)
strncpy (nbar.cmd, val, strlen (val) + 1);
break;
case CUSTOM_CONF_NOTIFYALL:
- return conf_parse_bool (&nbar.notify_all, val);
+ return conf_parse_bool(&nbar.notify_all, val);
break;
case CUSTOM_CONF_OUTPUTDATEFMT:
if (val[0] != '\0')