diff options
Diffstat (limited to 'src/client.c')
-rw-r--r-- | src/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c index 991f0d0b2..f654797b7 100644 --- a/src/client.c +++ b/src/client.c @@ -760,7 +760,7 @@ void client_vprintf(struct client *client, const char *fmt, va_list args) free(buffer); } -mpd_fprintf void client_printf(struct client *client, const char *fmt, ...) +G_GNUC_PRINTF(2, 3) void client_printf(struct client *client, const char *fmt, ...) { va_list args; |