summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index c4b7f6ab..548b7d9f 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -1531,7 +1531,7 @@ static struct cmd_results *cmd_reload(int argc, char **argv) {
1531 for (i = 0; i < root_container.children->length; ++i) { 1531 for (i = 0; i < root_container.children->length; ++i) {
1532 cont = root_container.children->items[i]; 1532 cont = root_container.children->items[i];
1533 if (cont->type == C_OUTPUT) { 1533 if (cont->type == C_OUTPUT) {
1534 load_swaybars(cont, i); 1534 load_swaybars(cont);
1535 } 1535 }
1536 } 1536 }
1537 1537