summaryrefslogtreecommitdiffstats
path: root/control.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-25 10:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-25 10:01:10 +0100
commitc7266ca78d5b9f9645ebbf22530cea85ecf2a584 (patch)
tree16837c6577a96e22e0fcbaaa4e53fdd52df93c44 /control.c
parent6ac09aa47c7fc03a2a418d4723064c100757a428 (diff)
parentc6d6af49039d7fc3ec14c2240153226709497313 (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'control.c')
-rw-r--r--control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.c b/control.c
index 97f8b761..73286e00 100644
--- a/control.c
+++ b/control.c
@@ -385,7 +385,7 @@ control_pause_pane(struct client *c, struct window_pane *wp)
}
/* Write a line. */
-static void
+static void printflike(2, 0)
control_vwrite(struct client *c, const char *fmt, va_list ap)
{
struct control_state *cs = c->control_state;