Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-06-30 21:02:26 +01:00
3 changed files with 2 additions and 5 deletions

View File

@ -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);