Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-12-03 12:01:26 +00:00
7 changed files with 12 additions and 12 deletions

View File

@ -1579,7 +1579,7 @@ server_client_check_exit(struct client *c)
/* Redraw timer callback. */
static void
server_client_redraw_timer(__unused int fd, __unused short events,
__unused void* data)
__unused void *data)
{
log_debug("redraw timer fired");
}