summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-30 21:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-30 21:02:26 +0100
commitabcd4bd24662e79a7ae936c5d2c971417864c519 (patch)
tree9da6e4b100a5fd48271956c293a20e8b53277653 /window.c
parent68c2fc682493f154d833ae6195b4adc33fd4a3b2 (diff)
parentcf30e0f9357b7e42491645a87eeae06ffb8e8066 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c
index bf2ef78e..409f1df5 100644
--- a/window.c
+++ b/window.c
@@ -336,7 +336,7 @@ window_create(u_int sx, u_int sy)
return (w);
}
-void
+static void
window_destroy(struct window *w)
{
log_debug("window @%u destroyed (%d references)", w->id, w->references);