Commit 203f48d1 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Max Kellermann

protocol: drop G_GNUC_PURE from client_message_dup

parent 371c82b2
......@@ -59,7 +59,7 @@ void
client_message_copy(struct client_message *dest,
const struct client_message *src);
G_GNUC_MALLOC G_GNUC_PURE
G_GNUC_MALLOC
struct client_message *
client_message_dup(const struct client_message *src);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment