aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bardata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bardata.c b/src/bardata.c
index 8888ac3..0bbc52d 100644
--- a/src/bardata.c
+++ b/src/bardata.c
@@ -90,7 +90,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) {