aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-15 09:13:22 +0200
committerMax Kellermann <max@duempel.org>2013-10-15 09:13:22 +0200
commit1dd1a705b58f1645cda679b88a2629d21adcbd07 (patch)
treeb31bab0f54729b6823ed45a458c65817e6308717 /src/protocol
parente4e80ff0cb2dc269bf56b5eb96571b681edeed05 (diff)
downloadmpd-1dd1a705b58f1645cda679b88a2629d21adcbd07.tar.gz
mpd-1dd1a705b58f1645cda679b88a2629d21adcbd07.tar.xz
mpd-1dd1a705b58f1645cda679b88a2629d21adcbd07.zip
gcc.h: major update
Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily.
Diffstat (limited to 'src/protocol')
-rw-r--r--src/protocol/Result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/Result.hxx b/src/protocol/Result.hxx
index 0f953c62b..659e515bb 100644
--- a/src/protocol/Result.hxx
+++ b/src/protocol/Result.hxx
@@ -38,7 +38,7 @@ void
command_error_v(Client *client, enum ack error,
const char *fmt, va_list args);
-gcc_fprintf_
+gcc_printf(3,4)
void
command_error(Client *client, enum ack error, const char *fmt, ...);