aboutsummaryrefslogtreecommitdiff
path: root/src/bardata.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bardata.c')
-rw-r--r--src/bardata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bardata.c b/src/bardata.c
index 7cdca78..493e9b1 100644
--- a/src/bardata.c
+++ b/src/bardata.c
@@ -96,7 +96,7 @@ void set_config(char argv[MAX_ARGS][MAX_ARG_LEN], int argc) {
if (new_bar_height <= 0) {
fprintf(stderr, "invalid bar height %d\n", new_bar_height);
return;
- }
+ }
bar_height = new_bar_height;
}
if (strcmp(var, "font") == 0) {