aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-06-27 17:23:44 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-06-27 17:23:44 +1000
commit61c118768564eec07ac16494d90f567e75ea60cf (patch)
treeb870a53fdc6e25cac9ad9c3b0b5474ec1cf8503f /sway/tree
parenta7b3f29292cad029f010aa8b5fafb56b08ba4ed7 (diff)
downloadsway-61c118768564eec07ac16494d90f567e75ea60cf.tar.xz
Fix nitpicks
Diffstat (limited to 'sway/tree')
-rw-r--r--sway/tree/container.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 2b9eb636..8446c457 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -296,7 +296,8 @@ static struct sway_container *container_output_destroy(
/**
* Implement the actual destroy logic, without reaping.
*/
-struct sway_container *container_destroy_noreaping(struct sway_container *con) {
+static struct sway_container *container_destroy_noreaping(
+ struct sway_container *con) {
if (con == NULL) {
return NULL;
}