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

@ -651,7 +651,7 @@ status_print(
}
/* Set a status line message. */
void printflike2
void
status_message_set(struct client *c, const char *fmt, ...)
{
struct timeval tv;