diff options
Diffstat (limited to 'src/plugins/relay/relay-protocol-weechat.h')
-rw-r--r-- | src/plugins/relay/relay-protocol-weechat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-protocol-weechat.h b/src/plugins/relay/relay-protocol-weechat.h index a40d6a49e..8466868d9 100644 --- a/src/plugins/relay/relay-protocol-weechat.h +++ b/src/plugins/relay/relay-protocol-weechat.h @@ -41,4 +41,4 @@ extern void relay_protocol_weechat_alloc (struct t_relay_client *client); extern void relay_protocol_weechat_free (struct t_relay_client *client); extern void relay_protocol_weechat_print_log (struct t_relay_client *client); -#endif /* relay-protocol-weechat.h */ +#endif /* __WEECHAT_RELAY_PROTOCOL_WEECHAT_H */ |