Better format for printf format attributes.

This commit is contained in:
nicm
2014-10-20 23:57:13 +00:00
parent 4c42381410
commit 0a1a88d63c
8 changed files with 44 additions and 48 deletions

View File

@ -27,7 +27,7 @@
#include "tmux.h"
/* Write a line. */
void printflike2
void
control_write(struct client *c, const char *fmt, ...)
{
va_list ap;