diff options
author | Max Kellermann <max@duempel.org> | 2013-10-15 09:13:22 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-15 09:13:22 +0200 |
commit | 1dd1a705b58f1645cda679b88a2629d21adcbd07 (patch) | |
tree | b31bab0f54729b6823ed45a458c65817e6308717 /src/protocol/Result.hxx | |
parent | e4e80ff0cb2dc269bf56b5eb96571b681edeed05 (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/protocol/Result.hxx | 2 |
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, ...); |