aboutsummaryrefslogtreecommitdiffstats
path: root/src/Client.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client.hxx')
-rw-r--r--src/Client.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Client.hxx b/src/Client.hxx
index 1456f1b7d..36767e9fc 100644
--- a/src/Client.hxx
+++ b/src/Client.hxx
@@ -72,7 +72,7 @@ void client_vprintf(Client *client, const char *fmt, va_list args);
/**
* Write a printf-like formatted string to the client.
*/
-gcc_fprintf
+gcc_printf(2,3)
void
client_printf(Client *client, const char *fmt, ...);