Fix up some printflike attributes.

This commit is contained in:
nicm
2021-08-25 07:09:30 +00:00
parent 78da5a3756
commit a252fadf8a
4 changed files with 11 additions and 10 deletions

View File

@ -386,7 +386,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;