summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 41ba973f..9205d929 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -424,7 +424,7 @@ bool container_has_anscestor(struct sway_container *descendant,
424 return false; 424 return false;
425} 425}
426 426
427bool find_child_func(struct sway_container *con, void *data) { 427static bool find_child_func(struct sway_container *con, void *data) {
428 struct sway_container *child = data; 428 struct sway_container *child = data;
429 return con == child; 429 return con == child;
430} 430}