diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-25 15:03:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-25 15:03:39 +0200 |
commit | dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07 (patch) | |
tree | 544a8d06d0078a62d1c900bf604d82268cd6671c /src/plugins/xfer/xfer-chat.h | |
parent | 6562d676fe079d53f820d947cb0815e089159457 (diff) | |
download | weechat-dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07.zip |
Update comments after #endif in C headers
Diffstat (limited to 'src/plugins/xfer/xfer-chat.h')
-rw-r--r-- | src/plugins/xfer/xfer-chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/xfer/xfer-chat.h b/src/plugins/xfer/xfer-chat.h index ce7699c6f..de802e858 100644 --- a/src/plugins/xfer/xfer-chat.h +++ b/src/plugins/xfer/xfer-chat.h @@ -24,4 +24,4 @@ extern void xfer_chat_sendf (struct t_xfer *xfer, const char *format, ...); extern int xfer_chat_recv_cb (void *arg_xfer, int fd); extern void xfer_chat_open_buffer (struct t_xfer *xfer); -#endif /* xfer-chat.h */ +#endif /* __WEECHAT_XFER_CHAT_H */ |