diff options
Diffstat (limited to 'src/protocol')
-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, ...); |