diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 11:47:12 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 11:47:12 +0100 |
commit | 507af191bd9a100656b70da66111e2af105d82ee (patch) | |
tree | 8c7c87b06471746ad5282d962bd51ab0cec996b9 /plugins/xdcc | |
parent | a51a69134b8bdc94cfb4dcc1403e33cce24d34bc (diff) |
Now some final cleanup (I hope)
Diffstat (limited to 'plugins/xdcc')
-rw-r--r-- | plugins/xdcc/xdcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xdcc/xdcc.c b/plugins/xdcc/xdcc.c index 52791ca4..73a3983b 100644 --- a/plugins/xdcc/xdcc.c +++ b/plugins/xdcc/xdcc.c @@ -1,4 +1,4 @@ -/* xchat 2.0 plugin: simple xdcc server example */ +/* HexChat 2.0 plugin: simple XDCC server example */ #include <glib.h> #include <string.h> |