From 1dd1a705b58f1645cda679b88a2629d21adcbd07 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Oct 2013 09:13:22 +0200 Subject: gcc.h: major update Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily. --- src/Client.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Client.hxx') 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, ...); -- cgit v1.2.3